Html Css Color HEX #FAC707 Golden Poppy

📋 copy color: '#FAC707'

red 250 ◦ green 199 ◦ blue 7

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

Shades of Golden Poppy #FAC707

Tints of Golden Poppy #FAC707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 54.82%
G = 43.64%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC707 (or 0xFAC707) is known color: Golden Poppy. HEX triplet: FA, C7 and 07. RGB value is (250,199,7). Sum of RGB (Red+Green+Blue) = 250+199+7=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 7 (3.12% from 255 or 1.54% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC707 is #0538F8. Grayscale: #C1C1C1. Windows color (decimal): -342265 or 509946. OLE color: 509946.

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

Color convert

RGB 250 199 7 -
CMYK 0 0.20 0.97 0.02
HSL 47.41º 0.96% 0.5% -
HSV(B) 47.41º 0.97% 0.98% -
XYZ 59.89 61.19 8.85 -
YUV 192.36 23.4 169.11 -
System Red Green Blue C M Y K H S L
Decimal 250 199 7 0 0.20 0.97 0.02 47.41 0.96 0.5
Hex FA C7 7 0 14 61 2 2F 60 32
Octal 372 307 7 0 24 141 2 57 140 62
Binary 11111010 11000111 111 0 10100 1100001 10 101111 1100000 110010

Color Harmonies of #FAC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC707

Black with #FAC707

Text Example


Text Example

White with #FAC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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