Html Css Color HEX #FAC300 Golden Poppy

📋 copy color: '#FAC300'

red 250 ◦ green 195 ◦ blue 0

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

Shades of Golden Poppy #FAC300

Tints of Golden Poppy #FAC300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.82%

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

R = 56.18%
G = 43.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAC300 (or 0xFAC300) is known color: Golden Poppy. HEX triplet: FA, C3 and 00. RGB value is (250,195,0). Sum of RGB (Red+Green+Blue) = 250+195+0=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC300 is #053CFF. Grayscale: #BEBEBE. Windows color (decimal): -343296 or 50170. OLE color: 50170.

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

Color convert

RGB 250 195 0 -
CMYK 0 0.22 1 0.02
HSL 46.8º 1% 0.49% -
HSV(B) 46.8º 1% 0.98% -
XYZ 58.94 59.35 8.35 -
YUV 189.22 21.22 171.36 -
System Red Green Blue C M Y K H S L
Decimal 250 195 0 0 0.22 1 0.02 46.8 1 0.49
Hex FA C3 0 0 16 64 2 2F 64 31
Octal 372 303 0 0 26 144 2 57 144 61
Binary 11111010 11000011 0 0 10110 1100100 10 101111 1100100 110001

Color Harmonies of #FAC300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC300

Black with #FAC300

Text Example


Text Example

White with #FAC300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC300; }

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

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

background-color css

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

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

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

border-color css

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

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

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