Html Css Color HEX #FAC111 Golden Poppy

📋 copy color: '#FAC111'

red 250 ◦ green 193 ◦ blue 17

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

Shades of Golden Poppy #FAC111

Tints of Golden Poppy #FAC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

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

R = 54.35%
G = 41.96%
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

#FAC111 (or 0xFAC111) is known color: Golden Poppy. HEX triplet: FA, C1 and 11. RGB value is (250,193,17). Sum of RGB (Red+Green+Blue) = 250+193+17=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC111 is #053EEE. Grayscale: #BEBEBE. Windows color (decimal): -343791 or 1163770. OLE color: 1163770.

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

Color convert

RGB 250 193 17 -
CMYK 0 0.23 0.93 0.02
HSL 45.32º 0.96% 0.52% -
HSV(B) 45.32º 0.93% 0.98% -
XYZ 58.6 58.5 8.73 -
YUV 189.98 30.38 170.81 -
System Red Green Blue C M Y K H S L
Decimal 250 193 17 0 0.23 0.93 0.02 45.32 0.96 0.52
Hex FA C1 11 0 17 5D 2 2D 60 34
Octal 372 301 21 0 27 135 2 55 140 64
Binary 11111010 11000001 10001 0 10111 1011101 10 101101 1100000 110100

Color Harmonies of #FAC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC111

Black with #FAC111

Text Example


Text Example

White with #FAC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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