Html Css Color HEX #FDBA1D Moon Yellow

📋 copy color: '#FDBA1D'

red 253 ◦ green 186 ◦ blue 29

#FDBA1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Yellow #FDBA1D

Tints of Moon Yellow #FDBA1D

RGB

 RED value IS 253 (99.22% from 255) = 54.06%

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 29 (11.72% from 255) = 6.2%

R = 54.06%
G = 39.74%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDBA1D (or 0xFDBA1D) is known color: Moon Yellow. HEX triplet: FD, BA and 1D. RGB value is (253,186,29). Sum of RGB (Red+Green+Blue) = 253+186+29=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA1D is #0245E2. Grayscale: #BCBCBC. Windows color (decimal): -148963 or 1948413. OLE color: 1948413.

HSL color Cylindrical-coordinate representation of color #FDBA1D: hue angle of 42.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDBA1D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 29 -
CMYK 0 0.26 0.89 0.01
HSL 42.05º 0.98% 0.55% -
HSV(B) 42.05º 0.89% 0.99% -
XYZ 58.29 56.09 8.92 -
YUV 188.14 38.2 174.27 -
System Red Green Blue C M Y K H S L
Decimal 253 186 29 0 0.26 0.89 0.01 42.05 0.98 0.55
Hex FD BA 1D 0 1A 59 1 2A 62 37
Octal 375 272 35 0 32 131 1 52 142 67
Binary 11111101 10111010 11101 0 11010 1011001 1 101010 1100010 110111

Color Harmonies of #FDBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA1D

Black with #FDBA1D

Text Example


Text Example

White with #FDBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA1D; }

 p { color: rgb(253,186,29); }

 H1.HeaderClassName
 {
   color: #FDBA1D;
 }
 .AnyTagClassName
 {
   color: #FDBA1D;
 }
</style>

background-color css

<style>
 a { background-color: #FDBA1D; }

 a { background-color: rgb(253,186,29); }

 div.DivClassName
 {
   background-color: #FDBA1D;
 }
 .BgClassName
 {
   background-color: #FDBA1D;
 }
</style>

border-color css

<style>
 span { border-color: #FDBA1D; }

 span { border-color: rgb(253,186,29); }

 td.TdClassName
 {
   border-color: #FDBA1D;
 }
 .TagClassName
 {
   border-color: #FDBA1D;
 }
</style>