Html Css Color HEX #F8C006 Golden Poppy

📋 copy color: '#F8C006'

red 248 ◦ green 192 ◦ blue 6

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

Shades of Golden Poppy #F8C006

Tints of Golden Poppy #F8C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.05%

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

R = 55.61%
G = 43.05%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#F8C006 (or 0xF8C006) is known color: Golden Poppy. HEX triplet: F8, C0 and 06. RGB value is (248,192,6). Sum of RGB (Red+Green+Blue) = 248+192+6=446 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.61% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 6 (2.73% from 255 or 1.35% from 446); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C006 is #073FF9. Grayscale: #BCBCBC. Windows color (decimal): -475130 or 442616. OLE color: 442616.

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

Color convert

RGB 248 192 6 -
CMYK 0 0.23 0.98 0.03
HSL 46.12º 0.95% 0.5% -
HSV(B) 46.12º 0.98% 0.97% -
XYZ 57.59 57.67 8.27 -
YUV 187.54 25.55 171.12 -
System Red Green Blue C M Y K H S L
Decimal 248 192 6 0 0.23 0.98 0.03 46.12 0.95 0.5
Hex F8 C0 6 0 17 62 3 2E 5F 32
Octal 370 300 6 0 27 142 3 56 137 62
Binary 11111000 11000000 110 0 10111 1100010 11 101110 1011111 110010

Color Harmonies of #F8C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C006

Black with #F8C006

Text Example


Text Example

White with #F8C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C006; }

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

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

background-color css

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

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

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

border-color css

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

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

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