Html Css Color HEX #FECB42 Sunglow

📋 copy color: '#FECB42'

red 254 ◦ green 203 ◦ blue 66

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

Shades of Sunglow #FECB42

Tints of Sunglow #FECB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.62%

R = 48.57%
G = 38.81%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FECB42 (or 0xFECB42) is known color: Sunglow. HEX triplet: FE, CB and 42. RGB value is (254,203,66). Sum of RGB (Red+Green+Blue) = 254+203+66=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 66 (26.17% from 255 or 12.62% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FECB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECB42 is #0134BD. Grayscale: #CBCBCB. Windows color (decimal): -79038 or 4377598. OLE color: 4377598.

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

Color convert

RGB 254 203 66 -
CMYK 0 0.20 0.74 0.00
HSL 43.72º 0.99% 0.63% -
HSV(B) 43.72º 0.74% 1% -
XYZ 63.21 64.18 14.21 -
YUV 202.63 50.9 164.64 -
System Red Green Blue C M Y K H S L
Decimal 254 203 66 0 0.20 0.74 0.00 43.72 0.99 0.63
Hex FE CB 42 0 14 4A 0 2C 63 3F
Octal 376 313 102 0 24 112 0 54 143 77
Binary 11111110 11001011 1000010 0 10100 1001010 0 101100 1100011 111111

Color Harmonies of #FECB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECB42

Black with #FECB42

Text Example


Text Example

White with #FECB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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