Html Css Color HEX #FAC70E Golden Poppy

📋 copy color: '#FAC70E'

red 250 ◦ green 199 ◦ blue 14

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

Shades of Golden Poppy #FAC70E

Tints of Golden Poppy #FAC70E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.02%

R = 54%
G = 42.98%
B = 3.02%

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

#FAC70E (or 0xFAC70E) is known color: Golden Poppy. HEX triplet: FA, C7 and 0E. RGB value is (250,199,14). Sum of RGB (Red+Green+Blue) = 250+199+14=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70E is #0538F1. Grayscale: #C1C1C1. Windows color (decimal): -342258 or 968698. OLE color: 968698.

HSL color Cylindrical-coordinate representation of color #FAC70E: hue angle of 47.03º 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 #FAC70E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 14 -
CMYK 0 0.20 0.94 0.02
HSL 47.03º 0.96% 0.52% -
HSV(B) 47.03º 0.94% 0.98% -
XYZ 59.93 61.2 9.07 -
YUV 193.16 26.9 168.54 -
System Red Green Blue C M Y K H S L
Decimal 250 199 14 0 0.20 0.94 0.02 47.03 0.96 0.52
Hex FA C7 E 0 14 5E 2 2F 60 34
Octal 372 307 16 0 24 136 2 57 140 64
Binary 11111010 11000111 1110 0 10100 1011110 10 101111 1100000 110100

Color Harmonies of #FAC70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC70E

Black with #FAC70E

Text Example


Text Example

White with #FAC70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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