Html Css Color HEX #FAC506 Golden Poppy

📋 copy color: '#FAC506'

red 250 ◦ green 197 ◦ blue 6

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

Shades of Golden Poppy #FAC506

Tints of Golden Poppy #FAC506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 55.19%
G = 43.49%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAC506 (or 0xFAC506) is known color: Golden Poppy. HEX triplet: FA, C5 and 06. RGB value is (250,197,6). Sum of RGB (Red+Green+Blue) = 250+197+6=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC506 is #053AF9. Grayscale: #BFBFBF. Windows color (decimal): -342778 or 443898. OLE color: 443898.

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

Color convert

RGB 250 197 6 -
CMYK 0 0.21 0.98 0.02
HSL 46.97º 0.96% 0.5% -
HSV(B) 46.97º 0.98% 0.98% -
XYZ 59.42 60.27 8.67 -
YUV 191.07 23.56 170.03 -
System Red Green Blue C M Y K H S L
Decimal 250 197 6 0 0.21 0.98 0.02 46.97 0.96 0.5
Hex FA C5 6 0 15 62 2 2F 60 32
Octal 372 305 6 0 25 142 2 57 140 62
Binary 11111010 11000101 110 0 10101 1100010 10 101111 1100000 110010

Color Harmonies of #FAC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC506

Black with #FAC506

Text Example


Text Example

White with #FAC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC506; }

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

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

background-color css

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

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

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

border-color css

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

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

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