Html Css Color HEX #FAC600 Golden Poppy

📋 copy color: '#FAC600'

red 250 ◦ green 198 ◦ blue 0

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

Shades of Golden Poppy #FAC600

Tints of Golden Poppy #FAC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.8%
G = 44.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC600 (or 0xFAC600) is known color: Golden Poppy. HEX triplet: FA, C6 and 00. RGB value is (250,198,0). Sum of RGB (Red+Green+Blue) = 250+198+0=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC600 is #0539FF. Grayscale: #BFBFBF. Windows color (decimal): -342528 or 50938. OLE color: 50938.

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

Color convert

RGB 250 198 0 -
CMYK 0 0.21 1 0.02
HSL 47.52º 1% 0.49% -
HSV(B) 47.52º 1% 0.98% -
XYZ 59.62 60.71 8.58 -
YUV 190.98 20.23 170.1 -
System Red Green Blue C M Y K H S L
Decimal 250 198 0 0 0.21 1 0.02 47.52 1 0.49
Hex FA C6 0 0 15 64 2 30 64 31
Octal 372 306 0 0 25 144 2 60 144 61
Binary 11111010 11000110 0 0 10101 1100100 10 110000 1100100 110001

Color Harmonies of #FAC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC600

Black with #FAC600

Text Example


Text Example

White with #FAC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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