Html Css Color HEX #FAC606 Golden Poppy

📋 copy color: '#FAC606'

red 250 ◦ green 198 ◦ blue 6

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

Shades of Golden Poppy #FAC606

Tints of Golden Poppy #FAC606

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.61%

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

R = 55.07%
G = 43.61%
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

#FAC606 (or 0xFAC606) is known color: Golden Poppy. HEX triplet: FA, C6 and 06. RGB value is (250,198,6). Sum of RGB (Red+Green+Blue) = 250+198+6=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC606 is #0539F9. Grayscale: #C0C0C0. Windows color (decimal): -342522 or 444154. OLE color: 444154.

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

Color convert

RGB 250 198 6 -
CMYK 0 0.21 0.98 0.02
HSL 47.21º 0.96% 0.5% -
HSV(B) 47.21º 0.98% 0.98% -
XYZ 59.65 60.73 8.75 -
YUV 191.66 23.23 169.61 -
System Red Green Blue C M Y K H S L
Decimal 250 198 6 0 0.21 0.98 0.02 47.21 0.96 0.5
Hex FA C6 6 0 15 62 2 2F 60 32
Octal 372 306 6 0 25 142 2 57 140 62
Binary 11111010 11000110 110 0 10101 1100010 10 101111 1100000 110010

Color Harmonies of #FAC606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC606

Black with #FAC606

Text Example


Text Example

White with #FAC606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC606; }

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

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

background-color css

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

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

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

border-color css

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

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

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