Html Css Color HEX #F8C706 Golden Poppy

📋 copy color: '#F8C706'

red 248 ◦ green 199 ◦ blue 6

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

Shades of Golden Poppy #F8C706

Tints of Golden Poppy #F8C706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 54.75%
G = 43.93%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8C706 (or 0xF8C706) is known color: Golden Poppy. HEX triplet: F8, C7 and 06. RGB value is (248,199,6). Sum of RGB (Red+Green+Blue) = 248+199+6=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C706 is #0738F9. Grayscale: #C0C0C0. Windows color (decimal): -473338 or 444408. OLE color: 444408.

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

Color convert

RGB 248 199 6 -
CMYK 0 0.20 0.98 0.03
HSL 47.85º 0.95% 0.5% -
HSV(B) 47.85º 0.98% 0.97% -
XYZ 59.17 60.82 8.79 -
YUV 191.65 23.23 168.19 -
System Red Green Blue C M Y K H S L
Decimal 248 199 6 0 0.20 0.98 0.03 47.85 0.95 0.5
Hex F8 C7 6 0 14 62 3 30 5F 32
Octal 370 307 6 0 24 142 3 60 137 62
Binary 11111000 11000111 110 0 10100 1100010 11 110000 1011111 110010

Color Harmonies of #F8C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C706

Black with #F8C706

Text Example


Text Example

White with #F8C706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C706; }

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

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

background-color css

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

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

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

border-color css

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

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

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