Html Css Color HEX #FAC70C Golden Poppy

📋 copy color: '#FAC70C'

red 250 ◦ green 199 ◦ blue 12

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

Shades of Golden Poppy #FAC70C

Tints of Golden Poppy #FAC70C

RGB

 RED value IS 250 (98.05% from 255) = 54.23%

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 54.23%
G = 43.17%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAC70C (or 0xFAC70C) is known color: Golden Poppy. HEX triplet: FA, C7 and 0C. RGB value is (250,199,12). Sum of RGB (Red+Green+Blue) = 250+199+12=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70C is #0538F3. Grayscale: #C1C1C1. Windows color (decimal): -342260 or 837626. OLE color: 837626.

HSL color Cylindrical-coordinate representation of color #FAC70C: hue angle of 47.14º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAC70C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 12 -
CMYK 0 0.20 0.95 0.02
HSL 47.14º 0.96% 0.51% -
HSV(B) 47.14º 0.95% 0.98% -
XYZ 59.91 61.2 9 -
YUV 192.93 25.9 168.71 -
System Red Green Blue C M Y K H S L
Decimal 250 199 12 0 0.20 0.95 0.02 47.14 0.96 0.51
Hex FA C7 C 0 14 5F 2 2F 60 33
Octal 372 307 14 0 24 137 2 57 140 63
Binary 11111010 11000111 1100 0 10100 1011111 10 101111 1100000 110011

Color Harmonies of #FAC70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC70C

Black with #FAC70C

Text Example


Text Example

White with #FAC70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC70C; }

 p { color: rgb(250,199,12); }

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

background-color css

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

 a { background-color: rgb(250,199,12); }

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

border-color css

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

 span { border-color: rgb(250,199,12); }

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