Html Css Color HEX #FAC311 Golden Poppy

📋 copy color: '#FAC311'

red 250 ◦ green 195 ◦ blue 17

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

Shades of Golden Poppy #FAC311

Tints of Golden Poppy #FAC311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 54.11%
G = 42.21%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC311 (or 0xFAC311) is known color: Golden Poppy. HEX triplet: FA, C3 and 11. RGB value is (250,195,17). Sum of RGB (Red+Green+Blue) = 250+195+17=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC311 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC311 is #053CEE. Grayscale: #BFBFBF. Windows color (decimal): -343279 or 1164282. OLE color: 1164282.

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

Color convert

RGB 250 195 17 -
CMYK 0 0.22 0.93 0.02
HSL 45.84º 0.96% 0.52% -
HSV(B) 45.84º 0.93% 0.98% -
XYZ 59.04 59.39 8.88 -
YUV 191.15 29.72 169.97 -
System Red Green Blue C M Y K H S L
Decimal 250 195 17 0 0.22 0.93 0.02 45.84 0.96 0.52
Hex FA C3 11 0 16 5D 2 2E 60 34
Octal 372 303 21 0 26 135 2 56 140 64
Binary 11111010 11000011 10001 0 10110 1011101 10 101110 1100000 110100

Color Harmonies of #FAC311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC311

Black with #FAC311

Text Example


Text Example

White with #FAC311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC311; }

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

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

background-color css

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

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

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

border-color css

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

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

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