Html Css Color HEX #FAC508 Golden Poppy

📋 copy color: '#FAC508'

red 250 ◦ green 197 ◦ blue 8

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

Shades of Golden Poppy #FAC508

Tints of Golden Poppy #FAC508

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.3%

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

R = 54.95%
G = 43.3%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAC508 (or 0xFAC508) is known color: Golden Poppy. HEX triplet: FA, C5 and 08. RGB value is (250,197,8). Sum of RGB (Red+Green+Blue) = 250+197+8=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC508 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC508 is #053AF7. Grayscale: #C0C0C0. Windows color (decimal): -342776 or 574970. OLE color: 574970.

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

Color convert

RGB 250 197 8 -
CMYK 0 0.21 0.97 0.02
HSL 46.86º 0.96% 0.51% -
HSV(B) 46.86º 0.97% 0.98% -
XYZ 59.43 60.27 8.73 -
YUV 191.3 24.56 169.87 -
System Red Green Blue C M Y K H S L
Decimal 250 197 8 0 0.21 0.97 0.02 46.86 0.96 0.51
Hex FA C5 8 0 15 61 2 2F 60 33
Octal 372 305 10 0 25 141 2 57 140 63
Binary 11111010 11000101 1000 0 10101 1100001 10 101111 1100000 110011

Color Harmonies of #FAC508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC508

Black with #FAC508

Text Example


Text Example

White with #FAC508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC508; }

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

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

background-color css

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

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

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

border-color css

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

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

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