Html Css Color HEX #FECA31 Sunglow

📋 copy color: '#FECA31'

red 254 ◦ green 202 ◦ blue 49

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

Shades of Sunglow #FECA31

Tints of Sunglow #FECA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.7%

R = 50.3%
G = 40%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FECA31 (or 0xFECA31) is known color: Sunglow. HEX triplet: FE, CA and 31. RGB value is (254,202,49). Sum of RGB (Red+Green+Blue) = 254+202+49=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 202 (79.30% from 255 or 40% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA31 is #0135CE. Grayscale: #C8C8C8. Windows color (decimal): -79311 or 3263230. OLE color: 3263230.

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

Color convert

RGB 254 202 49 -
CMYK 0 0.20 0.81 0.00
HSL 44.78º 0.99% 0.59% -
HSV(B) 44.78º 0.81% 1% -
XYZ 62.55 63.53 11.87 -
YUV 200.11 42.73 166.44 -
System Red Green Blue C M Y K H S L
Decimal 254 202 49 0 0.20 0.81 0.00 44.78 0.99 0.59
Hex FE CA 31 0 14 51 0 2D 63 3B
Octal 376 312 61 0 24 121 0 55 143 73
Binary 11111110 11001010 110001 0 10100 1010001 0 101101 1100011 111011

Color Harmonies of #FECA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA31

Black with #FECA31

Text Example


Text Example

White with #FECA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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