Html Css Color HEX #FDCB40 Sunglow

📋 copy color: '#FDCB40'

red 253 ◦ green 203 ◦ blue 64

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

Shades of Sunglow #FDCB40

Tints of Sunglow #FDCB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 64 (25.39% from 255) = 12.31%

R = 48.65%
G = 39.04%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDCB40 (or 0xFDCB40) is known color: Sunglow. HEX triplet: FD, CB and 40. RGB value is (253,203,64). Sum of RGB (Red+Green+Blue) = 253+203+64=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 64 (25.39% from 255 or 12.31% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCB40 is #0234BF. Grayscale: #CACACA. Windows color (decimal): -144576 or 4246525. OLE color: 4246525.

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

Color convert

RGB 253 203 64 -
CMYK 0 0.20 0.75 0.01
HSL 44.13º 0.98% 0.62% -
HSV(B) 44.13º 0.75% 0.99% -
XYZ 62.79 63.96 13.89 -
YUV 202.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 253 203 64 0 0.20 0.75 0.01 44.13 0.98 0.62
Hex FD CB 40 0 14 4B 1 2C 62 3E
Octal 375 313 100 0 24 113 1 54 142 76
Binary 11111101 11001011 1000000 0 10100 1001011 1 101100 1100010 111110

Color Harmonies of #FDCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB40

Black with #FDCB40

Text Example


Text Example

White with #FDCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB40; }

 p { color: rgb(253,203,64); }

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

background-color css

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

 a { background-color: rgb(253,203,64); }

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

border-color css

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

 span { border-color: rgb(253,203,64); }

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