Html Css Color HEX #F8C702 Golden Poppy

📋 copy color: '#F8C702'

red 248 ◦ green 199 ◦ blue 2

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

Shades of Golden Poppy #F8C702

Tints of Golden Poppy #F8C702

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

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

R = 55.23%
G = 44.32%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F8C702 (or 0xF8C702) is known color: Golden Poppy. HEX triplet: F8, C7 and 02. RGB value is (248,199,2). Sum of RGB (Red+Green+Blue) = 248+199+2=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 2 (1.17% from 255 or 0.45% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C702 is #0738FD. Grayscale: #C0C0C0. Windows color (decimal): -473342 or 182264. OLE color: 182264.

HSL color Cylindrical-coordinate representation of color #F8C702: hue angle of 48.05º 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 #F8C702 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 2 -
CMYK 0 0.20 0.99 0.03
HSL 48.05º 0.98% 0.49% -
HSV(B) 48.05º 0.99% 0.97% -
XYZ 59.15 60.81 8.68 -
YUV 191.19 21.23 168.52 -
System Red Green Blue C M Y K H S L
Decimal 248 199 2 0 0.20 0.99 0.03 48.05 0.98 0.49
Hex F8 C7 2 0 14 63 3 30 62 31
Octal 370 307 2 0 24 143 3 60 142 61
Binary 11111000 11000111 10 0 10100 1100011 11 110000 1100010 110001

Color Harmonies of #F8C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C702

Black with #F8C702

Text Example


Text Example

White with #F8C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C702; }

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

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

background-color css

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

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

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

border-color css

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

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

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