Html Css Color HEX #FAC708 Golden Poppy

📋 copy color: '#FAC708'

red 250 ◦ green 199 ◦ blue 8

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

Shades of Golden Poppy #FAC708

Tints of Golden Poppy #FAC708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.75%

R = 54.7%
G = 43.54%
B = 1.75%

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

#FAC708 (or 0xFAC708) is known color: Golden Poppy. HEX triplet: FA, C7 and 08. RGB value is (250,199,8). Sum of RGB (Red+Green+Blue) = 250+199+8=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 8 (3.52% from 255 or 1.75% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC708 is #0538F7. Grayscale: #C1C1C1. Windows color (decimal): -342264 or 575482. OLE color: 575482.

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

Color convert

RGB 250 199 8 -
CMYK 0 0.20 0.97 0.02
HSL 47.36º 0.96% 0.51% -
HSV(B) 47.36º 0.97% 0.98% -
XYZ 59.89 61.19 8.88 -
YUV 192.48 23.9 169.03 -
System Red Green Blue C M Y K H S L
Decimal 250 199 8 0 0.20 0.97 0.02 47.36 0.96 0.51
Hex FA C7 8 0 14 61 2 2F 60 33
Octal 372 307 10 0 24 141 2 57 140 63
Binary 11111010 11000111 1000 0 10100 1100001 10 101111 1100000 110011

Color Harmonies of #FAC708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC708

Black with #FAC708

Text Example


Text Example

White with #FAC708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC708; }

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

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

background-color css

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

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

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

border-color css

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

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

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