Html Css Color HEX #FABF10 Golden Poppy

📋 copy color: '#FABF10'

red 250 ◦ green 191 ◦ blue 16

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

Shades of Golden Poppy #FABF10

Tints of Golden Poppy #FABF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.5%

R = 54.7%
G = 41.79%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FABF10 (or 0xFABF10) is known color: Golden Poppy. HEX triplet: FA, BF and 10. RGB value is (250,191,16). Sum of RGB (Red+Green+Blue) = 250+191+16=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 16 (6.64% from 255 or 3.50% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FABF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABF10 is #0540EF. Grayscale: #BDBDBD. Windows color (decimal): -344304 or 1097722. OLE color: 1097722.

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

Color convert

RGB 250 191 16 -
CMYK 0 0.24 0.94 0.02
HSL 44.87º 0.96% 0.52% -
HSV(B) 44.87º 0.94% 0.98% -
XYZ 58.15 57.62 8.55 -
YUV 188.69 30.55 171.73 -
System Red Green Blue C M Y K H S L
Decimal 250 191 16 0 0.24 0.94 0.02 44.87 0.96 0.52
Hex FA BF 10 0 18 5E 2 2D 60 34
Octal 372 277 20 0 30 136 2 55 140 64
Binary 11111010 10111111 10000 0 11000 1011110 10 101101 1100000 110100

Color Harmonies of #FABF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABF10

Black with #FABF10

Text Example


Text Example

White with #FABF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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