Html Css Color HEX #FECA34 Sunglow

📋 copy color: '#FECA34'

red 254 ◦ green 202 ◦ blue 52

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

Shades of Sunglow #FECA34

Tints of Sunglow #FECA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.24%

R = 50%
G = 39.76%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FECA34 (or 0xFECA34) is known color: Sunglow. HEX triplet: FE, CA and 34. RGB value is (254,202,52). Sum of RGB (Red+Green+Blue) = 254+202+52=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 52 (20.70% from 255 or 10.24% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA34 is #0135CB. Grayscale: #C9C9C9. Windows color (decimal): -79308 or 3459838. OLE color: 3459838.

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

Color convert

RGB 254 202 52 -
CMYK 0 0.20 0.80 0.00
HSL 44.55º 0.99% 0.6% -
HSV(B) 44.55º 0.8% 1% -
XYZ 62.61 63.56 12.22 -
YUV 200.45 44.23 166.2 -
System Red Green Blue C M Y K H S L
Decimal 254 202 52 0 0.20 0.80 0.00 44.55 0.99 0.6
Hex FE CA 34 0 14 50 0 2D 63 3C
Octal 376 312 64 0 24 120 0 55 143 74
Binary 11111110 11001010 110100 0 10100 1010000 0 101101 1100011 111100

Color Harmonies of #FECA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECA34

Black with #FECA34

Text Example


Text Example

White with #FECA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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