Html Css Color HEX #FAC70F Golden Poppy

📋 copy color: '#FAC70F'

red 250 ◦ green 199 ◦ blue 15

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

Shades of Golden Poppy #FAC70F

Tints of Golden Poppy #FAC70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 53.88%
G = 42.89%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAC70F (or 0xFAC70F) is known color: Golden Poppy. HEX triplet: FA, C7 and 0F. RGB value is (250,199,15). Sum of RGB (Red+Green+Blue) = 250+199+15=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70F is #0538F0. Grayscale: #C2C2C2. Windows color (decimal): -342257 or 1034234. OLE color: 1034234.

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

Color convert

RGB 250 199 15 -
CMYK 0 0.20 0.94 0.02
HSL 46.98º 0.96% 0.52% -
HSV(B) 46.98º 0.94% 0.98% -
XYZ 59.93 61.21 9.11 -
YUV 193.27 27.4 168.46 -
System Red Green Blue C M Y K H S L
Decimal 250 199 15 0 0.20 0.94 0.02 46.98 0.96 0.52
Hex FA C7 F 0 14 5E 2 2F 60 34
Octal 372 307 17 0 24 136 2 57 140 64
Binary 11111010 11000111 1111 0 10100 1011110 10 101111 1100000 110100

Color Harmonies of #FAC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC70F

Black with #FAC70F

Text Example


Text Example

White with #FAC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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