Html Css Color HEX #FED232 Sunglow

📋 copy color: '#FED232'

red 254 ◦ green 210 ◦ blue 50

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

Shades of Sunglow #FED232

Tints of Sunglow #FED232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.86%

 BLUE value IS 50 (19.92% from 255) = 9.73%

R = 49.42%
G = 40.86%
B = 9.73%

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

#FED232 (or 0xFED232) is known color: Sunglow. HEX triplet: FE, D2 and 32. RGB value is (254,210,50). Sum of RGB (Red+Green+Blue) = 254+210+50=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FED232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED232 is #012DCD. Grayscale: #CDCDCD. Windows color (decimal): -77262 or 3330814. OLE color: 3330814.

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

Color convert

RGB 254 210 50 -
CMYK 0 0.17 0.80 0.00
HSL 47.06º 0.99% 0.6% -
HSV(B) 47.06º 0.8% 1% -
XYZ 64.5 67.39 12.63 -
YUV 204.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 254 210 50 0 0.17 0.80 0.00 47.06 0.99 0.6
Hex FE D2 32 0 11 50 0 2F 63 3C
Octal 376 322 62 0 21 120 0 57 143 74
Binary 11111110 11010010 110010 0 10001 1010000 0 101111 1100011 111100

Color Harmonies of #FED232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED232

Black with #FED232

Text Example


Text Example

White with #FED232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED232; }

 p { color: rgb(254,210,50); }

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

background-color css

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

 a { background-color: rgb(254,210,50); }

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

border-color css

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

 span { border-color: rgb(254,210,50); }

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