Html Css Color HEX #F8C502 Golden Poppy

📋 copy color: '#F8C502'

red 248 ◦ green 197 ◦ blue 2

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

Shades of Golden Poppy #F8C502

Tints of Golden Poppy #F8C502

RGB

 RED value IS 248 (97.27% from 255) = 55.48%

 GREEN value IS 197 (77.34% from 255) = 44.07%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 55.48%
G = 44.07%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8C502 (or 0xF8C502) is known color: Golden Poppy. HEX triplet: F8, C5 and 02. RGB value is (248,197,2). Sum of RGB (Red+Green+Blue) = 248+197+2=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C502 is #073AFD. Grayscale: #BEBEBE. Windows color (decimal): -473854 or 181752. OLE color: 181752.

HSL color Cylindrical-coordinate representation of color #F8C502: hue angle of 47.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8C502 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 197 2 -
CMYK 0 0.21 0.99 0.03
HSL 47.56º 0.98% 0.49% -
HSV(B) 47.56º 0.99% 0.97% -
XYZ 58.69 59.89 8.52 -
YUV 190.02 21.9 169.36 -
System Red Green Blue C M Y K H S L
Decimal 248 197 2 0 0.21 0.99 0.03 47.56 0.98 0.49
Hex F8 C5 2 0 15 63 3 30 62 31
Octal 370 305 2 0 25 143 3 60 142 61
Binary 11111000 11000101 10 0 10101 1100011 11 110000 1100010 110001

Color Harmonies of #F8C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C502

Black with #F8C502

Text Example


Text Example

White with #F8C502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C502; }

 p { color: rgb(248,197,2); }

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

background-color css

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

 a { background-color: rgb(248,197,2); }

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

border-color css

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

 span { border-color: rgb(248,197,2); }

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