Html Css Color HEX #FED233 Sunglow

📋 copy color: '#FED233'

red 254 ◦ green 210 ◦ blue 51

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

Shades of Sunglow #FED233

Tints of Sunglow #FED233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.9%

R = 49.32%
G = 40.78%
B = 9.9%

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

#FED233 (or 0xFED233) is known color: Sunglow. HEX triplet: FE, D2 and 33. RGB value is (254,210,51). Sum of RGB (Red+Green+Blue) = 254+210+51=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 51 (20.31% from 255 or 9.90% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FED233 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED233 is #012DCC. Grayscale: #CDCDCD. Windows color (decimal): -77261 or 3396350. OLE color: 3396350.

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

Color convert

RGB 254 210 51 -
CMYK 0 0.17 0.80 0.00
HSL 47º 0.99% 0.6% -
HSV(B) 47º 0.8% 1% -
XYZ 64.52 67.4 12.74 -
YUV 205.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 254 210 51 0 0.17 0.80 0.00 47 0.99 0.6
Hex FE D2 33 0 11 50 0 2F 63 3C
Octal 376 322 63 0 21 120 0 57 143 74
Binary 11111110 11010010 110011 0 10001 1010000 0 101111 1100011 111100

Color Harmonies of #FED233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED233

Black with #FED233

Text Example


Text Example

White with #FED233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED233; }

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

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

background-color css

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

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

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

border-color css

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

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

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