#F8D232

Color #F8D232 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #F8D232

Tints of Sunglow #F8D232

Color information

#F8D232 (or 0xF8D232) is unknown color: approx Sunglow. HEX triplet: F8, D2 and 32. RGB value is (248,210,50). Sum of RGB (Red+Green+Blue) = 248+210+50=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 50 (19.92% from 255 or 9.84% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D232 is #072DCD. Grayscale: #CBCBCB. Windows color (decimal): -470478 or 3330808. OLE color: 3330808.

HSL color Cylindrical-coordinate representation of color #F8D232: hue angle of 48.48º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8D232 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB24821050-
CMYK00.150.800.03
HSL48.48º93.4%58.43%-
HSV(B)48.48º79.84%97.25%-
XYZ62.3366.2812.53-
YUV203.1241.59160.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.82%
GREEN value IS 210 (82.42% from 255) = 41.34%
BLUE value IS 50 (19.92% from 255) = 9.84%
R=48.82%
G=41.34%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482105000.150.800.0348.4893.458.43
HexF8D2320F503305d3a
Octal3703226201712036013572
Binary1111100011010010110010011111010000111100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D232; }

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

 H1.HeaderClassName
 {
   color: #F8D232;
 }
 .AnyTagClassName
 {
   color: #F8D232;
 }
</style>
background-color css

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

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

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

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

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

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