Html Css Color HEX #F4C00C Golden Poppy

📋 copy color: '#F4C00C'

red 244 ◦ green 192 ◦ blue 12

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

Shades of Golden Poppy #F4C00C

Tints of Golden Poppy #F4C00C

RGB

 RED value IS 244 (95.7% from 255) = 54.46%

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

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

R = 54.46%
G = 42.86%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4C00C (or 0xF4C00C) is known color: Golden Poppy. HEX triplet: F4, C0 and 0C. RGB value is (244,192,12). Sum of RGB (Red+Green+Blue) = 244+192+12=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 12 (5.08% from 255 or 2.68% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C00C is #0B3FF3. Grayscale: #BBBBBB. Windows color (decimal): -737268 or 835828. OLE color: 835828.

HSL color Cylindrical-coordinate representation of color #F4C00C: hue angle of 46.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4C00C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 192 12 -
CMYK 0 0.21 0.95 0.04
HSL 46.55º 0.91% 0.5% -
HSV(B) 46.55º 0.95% 0.96% -
XYZ 56.22 56.96 8.38 -
YUV 187.03 29.23 168.64 -
System Red Green Blue C M Y K H S L
Decimal 244 192 12 0 0.21 0.95 0.04 46.55 0.91 0.5
Hex F4 C0 C 0 15 5F 4 2F 5B 32
Octal 364 300 14 0 25 137 4 57 133 62
Binary 11110100 11000000 1100 0 10101 1011111 100 101111 1011011 110010

Color Harmonies of #F4C00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4C00C

Black with #F4C00C

Text Example


Text Example

White with #F4C00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4C00C; }

 p { color: rgb(244,192,12); }

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

background-color css

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

 a { background-color: rgb(244,192,12); }

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

border-color css

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

 span { border-color: rgb(244,192,12); }

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