Html Css Color HEX #FABF11 Golden Poppy

📋 copy color: '#FABF11'

red 250 ◦ green 191 ◦ blue 17

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

Shades of Golden Poppy #FABF11

Tints of Golden Poppy #FABF11

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

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

R = 54.59%
G = 41.7%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FABF11 (or 0xFABF11) is known color: Golden Poppy. HEX triplet: FA, BF and 11. RGB value is (250,191,17). Sum of RGB (Red+Green+Blue) = 250+191+17=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF11 is #0540EE. Grayscale: #BDBDBD. Windows color (decimal): -344303 or 1163258. OLE color: 1163258.

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

Color convert

RGB 250 191 17 -
CMYK 0 0.24 0.93 0.02
HSL 44.81º 0.96% 0.52% -
HSV(B) 44.81º 0.93% 0.98% -
XYZ 58.16 57.63 8.59 -
YUV 188.81 31.05 171.65 -
System Red Green Blue C M Y K H S L
Decimal 250 191 17 0 0.24 0.93 0.02 44.81 0.96 0.52
Hex FA BF 11 0 18 5D 2 2D 60 34
Octal 372 277 21 0 30 135 2 55 140 64
Binary 11111010 10111111 10001 0 11000 1011101 10 101101 1100000 110100

Color Harmonies of #FABF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF11

Black with #FABF11

Text Example


Text Example

White with #FABF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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