Html Css Color HEX #F8C10C Golden Poppy

📋 copy color: '#F8C10C'

red 248 ◦ green 193 ◦ blue 12

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

Shades of Golden Poppy #F8C10C

Tints of Golden Poppy #F8C10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.6%

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

R = 54.75%
G = 42.6%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8C10C (or 0xF8C10C) is known color: Golden Poppy. HEX triplet: F8, C1 and 0C. RGB value is (248,193,12). Sum of RGB (Red+Green+Blue) = 248+193+12=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C10C is #073EF3. Grayscale: #BDBDBD. Windows color (decimal): -474868 or 836088. OLE color: 836088.

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

Color convert

RGB 248 193 12 -
CMYK 0 0.22 0.95 0.03
HSL 46.02º 0.94% 0.51% -
HSV(B) 46.02º 0.95% 0.97% -
XYZ 57.85 58.12 8.52 -
YUV 188.81 28.22 170.22 -
System Red Green Blue C M Y K H S L
Decimal 248 193 12 0 0.22 0.95 0.03 46.02 0.94 0.51
Hex F8 C1 C 0 16 5F 3 2E 5E 33
Octal 370 301 14 0 26 137 3 56 136 63
Binary 11111000 11000001 1100 0 10110 1011111 11 101110 1011110 110011

Color Harmonies of #F8C10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C10C

Black with #F8C10C

Text Example


Text Example

White with #F8C10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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