Html Css Color HEX #FECA42 Sunglow

📋 copy color: '#FECA42'

red 254 ◦ green 202 ◦ blue 66

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

Shades of Sunglow #FECA42

Tints of Sunglow #FECA42

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.7%

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

R = 48.66%
G = 38.7%
B = 12.64%

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

#FECA42 (or 0xFECA42) is known color: Sunglow. HEX triplet: FE, CA and 42. RGB value is (254,202,66). Sum of RGB (Red+Green+Blue) = 254+202+66=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 66 (26.17% from 255 or 12.64% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA42 is #0135BD. Grayscale: #CACACA. Windows color (decimal): -79294 or 4377342. OLE color: 4377342.

HSL color Cylindrical-coordinate representation of color #FECA42: hue angle of 43.4º 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 #FECA42 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 202 66 -
CMYK 0 0.20 0.74 0.00
HSL 43.4º 0.99% 0.63% -
HSV(B) 43.4º 0.74% 1% -
XYZ 62.98 63.71 14.13 -
YUV 202.04 51.23 165.06 -
System Red Green Blue C M Y K H S L
Decimal 254 202 66 0 0.20 0.74 0.00 43.4 0.99 0.63
Hex FE CA 42 0 14 4A 0 2B 63 3F
Octal 376 312 102 0 24 112 0 53 143 77
Binary 11111110 11001010 1000010 0 10100 1001010 0 101011 1100011 111111

Color Harmonies of #FECA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA42

Black with #FECA42

Text Example


Text Example

White with #FECA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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