Html Css Color HEX #FECB40 Sunglow

📋 copy color: '#FECB40'

red 254 ◦ green 203 ◦ blue 64

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

Shades of Sunglow #FECB40

Tints of Sunglow #FECB40

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

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

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

R = 48.75%
G = 38.96%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FECB40 (or 0xFECB40) is known color: Sunglow. HEX triplet: FE, CB and 40. RGB value is (254,203,64). Sum of RGB (Red+Green+Blue) = 254+203+64=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB40 is #0134BF. Grayscale: #CBCBCB. Windows color (decimal): -79040 or 4246526. OLE color: 4246526.

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

Color convert

RGB 254 203 64 -
CMYK 0 0.20 0.75 0.00
HSL 43.89º 0.99% 0.62% -
HSV(B) 43.89º 0.75% 1% -
XYZ 63.15 64.15 13.9 -
YUV 202.4 49.9 164.8 -
System Red Green Blue C M Y K H S L
Decimal 254 203 64 0 0.20 0.75 0.00 43.89 0.99 0.62
Hex FE CB 40 0 14 4B 0 2C 63 3E
Octal 376 313 100 0 24 113 0 54 143 76
Binary 11111110 11001011 1000000 0 10100 1001011 0 101100 1100011 111110

Color Harmonies of #FECB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB40

Black with #FECB40

Text Example


Text Example

White with #FECB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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