Html Css Color HEX #FAC011 Golden Poppy

📋 copy color: '#FAC011'

red 250 ◦ green 192 ◦ blue 17

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

Shades of Golden Poppy #FAC011

Tints of Golden Poppy #FAC011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.83%

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

R = 54.47%
G = 41.83%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAC011 (or 0xFAC011) is known color: Golden Poppy. HEX triplet: FA, C0 and 11. RGB value is (250,192,17). Sum of RGB (Red+Green+Blue) = 250+192+17=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC011 is #053FEE. Grayscale: #BEBEBE. Windows color (decimal): -344047 or 1163514. OLE color: 1163514.

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

Color convert

RGB 250 192 17 -
CMYK 0 0.23 0.93 0.02
HSL 45.06º 0.96% 0.52% -
HSV(B) 45.06º 0.93% 0.98% -
XYZ 58.38 58.06 8.66 -
YUV 189.39 30.72 171.23 -
System Red Green Blue C M Y K H S L
Decimal 250 192 17 0 0.23 0.93 0.02 45.06 0.96 0.52
Hex FA C0 11 0 17 5D 2 2D 60 34
Octal 372 300 21 0 27 135 2 55 140 64
Binary 11111010 11000000 10001 0 10111 1011101 10 101101 1100000 110100

Color Harmonies of #FAC011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC011

Black with #FAC011

Text Example


Text Example

White with #FAC011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC011; }

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

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

background-color css

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

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

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

border-color css

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

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

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