Html Css Color HEX #FED434 Sunglow

📋 copy color: '#FED434'

red 254 ◦ green 212 ◦ blue 52

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

Shades of Sunglow #FED434

Tints of Sunglow #FED434

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

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

R = 49.03%
G = 40.93%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FED434 (or 0xFED434) is known color: Sunglow. HEX triplet: FE, D4 and 34. RGB value is (254,212,52). Sum of RGB (Red+Green+Blue) = 254+212+52=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FED434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED434 is #012BCB. Grayscale: #CFCFCF. Windows color (decimal): -76748 or 3462398. OLE color: 3462398.

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

Color convert

RGB 254 212 52 -
CMYK 0 0.17 0.80 0.00
HSL 47.52º 0.99% 0.6% -
HSV(B) 47.52º 0.8% 1% -
XYZ 65.04 68.41 13.02 -
YUV 206.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 254 212 52 0 0.17 0.80 0.00 47.52 0.99 0.6
Hex FE D4 34 0 11 50 0 30 63 3C
Octal 376 324 64 0 21 120 0 60 143 74
Binary 11111110 11010100 110100 0 10001 1010000 0 110000 1100011 111100

Color Harmonies of #FED434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED434

Black with #FED434

Text Example


Text Example

White with #FED434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED434; }

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

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

background-color css

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

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

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

border-color css

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

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

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