Html Css Color HEX #F7C40C Golden Poppy

📋 copy color: '#F7C40C'

red 247 ◦ green 196 ◦ blue 12

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

Shades of Golden Poppy #F7C40C

Tints of Golden Poppy #F7C40C

RGB

 RED value IS 247 (96.88% from 255) = 54.29%

 GREEN value IS 196 (76.95% from 255) = 43.08%

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

R = 54.29%
G = 43.08%
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

#F7C40C (or 0xF7C40C) is known color: Golden Poppy. HEX triplet: F7, C4 and 0C. RGB value is (247,196,12). Sum of RGB (Red+Green+Blue) = 247+196+12=455 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.29% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C40C is #083BF3. Grayscale: #BFBFBF. Windows color (decimal): -539636 or 836855. OLE color: 836855.

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

Color convert

RGB 247 196 12 -
CMYK 0 0.21 0.95 0.03
HSL 46.98º 0.94% 0.51% -
HSV(B) 46.98º 0.95% 0.97% -
XYZ 58.16 59.28 8.72 -
YUV 190.27 27.4 168.46 -
System Red Green Blue C M Y K H S L
Decimal 247 196 12 0 0.21 0.95 0.03 46.98 0.94 0.51
Hex F7 C4 C 0 15 5F 3 2F 5E 33
Octal 367 304 14 0 25 137 3 57 136 63
Binary 11110111 11000100 1100 0 10101 1011111 11 101111 1011110 110011

Color Harmonies of #F7C40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C40C

Black with #F7C40C

Text Example


Text Example

White with #F7C40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C40C; }

 p { color: rgb(247,196,12); }

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

background-color css

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

 a { background-color: rgb(247,196,12); }

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

border-color css

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

 span { border-color: rgb(247,196,12); }

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