Html Css Color HEX #FECA28 Sunglow

📋 copy color: '#FECA28'

red 254 ◦ green 202 ◦ blue 40

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

Shades of Sunglow #FECA28

Tints of Sunglow #FECA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 51.21%
G = 40.73%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FECA28 (or 0xFECA28) is known color: Sunglow. HEX triplet: FE, CA and 28. RGB value is (254,202,40). Sum of RGB (Red+Green+Blue) = 254+202+40=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA28 is #0135D7. Grayscale: #C7C7C7. Windows color (decimal): -79320 or 2673406. OLE color: 2673406.

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

Color convert

RGB 254 202 40 -
CMYK 0 0.20 0.84 0.00
HSL 45.42º 0.99% 0.58% -
HSV(B) 45.42º 0.84% 1% -
XYZ 62.38 63.47 10.97 -
YUV 199.08 38.23 167.17 -
System Red Green Blue C M Y K H S L
Decimal 254 202 40 0 0.20 0.84 0.00 45.42 0.99 0.58
Hex FE CA 28 0 14 54 0 2D 63 3A
Octal 376 312 50 0 24 124 0 55 143 72
Binary 11111110 11001010 101000 0 10100 1010100 0 101101 1100011 111010

Color Harmonies of #FECA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA28

Black with #FECA28

Text Example


Text Example

White with #FECA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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