Html Css Color HEX #F8C70C Golden Poppy

📋 copy color: '#F8C70C'

red 248 ◦ green 199 ◦ blue 12

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

Shades of Golden Poppy #F8C70C

Tints of Golden Poppy #F8C70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.61%

R = 54.03%
G = 43.36%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8C70C (or 0xF8C70C) is known color: Golden Poppy. HEX triplet: F8, C7 and 0C. RGB value is (248,199,12). Sum of RGB (Red+Green+Blue) = 248+199+12=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C70C is #0738F3. Grayscale: #C1C1C1. Windows color (decimal): -473332 or 837624. OLE color: 837624.

HSL color Cylindrical-coordinate representation of color #F8C70C: hue angle of 47.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8C70C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 199 12 -
CMYK 0 0.20 0.95 0.03
HSL 47.54º 0.94% 0.51% -
HSV(B) 47.54º 0.95% 0.97% -
XYZ 59.2 60.83 8.97 -
YUV 192.33 26.23 167.71 -
System Red Green Blue C M Y K H S L
Decimal 248 199 12 0 0.20 0.95 0.03 47.54 0.94 0.51
Hex F8 C7 C 0 14 5F 3 30 5E 33
Octal 370 307 14 0 24 137 3 60 136 63
Binary 11111000 11000111 1100 0 10100 1011111 11 110000 1011110 110011

Color Harmonies of #F8C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C70C

Black with #F8C70C

Text Example


Text Example

White with #F8C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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