Html Css Color HEX #FABE02 Golden Poppy

📋 copy color: '#FABE02'

red 250 ◦ green 190 ◦ blue 2

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

Shades of Golden Poppy #FABE02

Tints of Golden Poppy #FABE02

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 56.56%
G = 42.99%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FABE02 (or 0xFABE02) is known color: Golden Poppy. HEX triplet: FA, BE and 02. RGB value is (250,190,2). Sum of RGB (Red+Green+Blue) = 250+190+2=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FABE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABE02 is #0541FD. Grayscale: #BBBBBB. Windows color (decimal): -344574 or 179962. OLE color: 179962.

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

Color convert

RGB 250 190 2 -
CMYK 0 0.24 0.99 0.02
HSL 45.48º 0.98% 0.49% -
HSV(B) 45.48º 0.99% 0.98% -
XYZ 57.85 57.16 8.04 -
YUV 186.51 23.88 173.29 -
System Red Green Blue C M Y K H S L
Decimal 250 190 2 0 0.24 0.99 0.02 45.48 0.98 0.49
Hex FA BE 2 0 18 63 2 2D 62 31
Octal 372 276 2 0 30 143 2 55 142 61
Binary 11111010 10111110 10 0 11000 1100011 10 101101 1100010 110001

Color Harmonies of #FABE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABE02

Black with #FABE02

Text Example


Text Example

White with #FABE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABE02; }

 p { color: rgb(250,190,2); }

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

background-color css

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

 a { background-color: rgb(250,190,2); }

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

border-color css

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

 span { border-color: rgb(250,190,2); }

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