Html Css Color HEX #F8C30C Golden Poppy

📋 copy color: '#F8C30C'

red 248 ◦ green 195 ◦ blue 12

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

Shades of Golden Poppy #F8C30C

Tints of Golden Poppy #F8C30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.86%

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

R = 54.51%
G = 42.86%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8C30C (or 0xF8C30C) is known color: Golden Poppy. HEX triplet: F8, C3 and 0C. RGB value is (248,195,12). Sum of RGB (Red+Green+Blue) = 248+195+12=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C30C is #073CF3. Grayscale: #BEBEBE. Windows color (decimal): -474356 or 836600. OLE color: 836600.

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

Color convert

RGB 248 195 12 -
CMYK 0 0.21 0.95 0.03
HSL 46.53º 0.94% 0.51% -
HSV(B) 46.53º 0.95% 0.97% -
XYZ 58.29 59.01 8.67 -
YUV 189.99 27.56 169.38 -
System Red Green Blue C M Y K H S L
Decimal 248 195 12 0 0.21 0.95 0.03 46.53 0.94 0.51
Hex F8 C3 C 0 15 5F 3 2F 5E 33
Octal 370 303 14 0 25 137 3 57 136 63
Binary 11111000 11000011 1100 0 10101 1011111 11 101111 1011110 110011

Color Harmonies of #F8C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C30C

Black with #F8C30C

Text Example


Text Example

White with #F8C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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