Html Css Color HEX #FABB02 Selective Yellow

📋 copy color: '#FABB02'

red 250 ◦ green 187 ◦ blue 2

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

Shades of Selective Yellow #FABB02

Tints of Selective Yellow #FABB02

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.6%

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

R = 56.95%
G = 42.6%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FABB02 (or 0xFABB02) is known color: Selective Yellow. HEX triplet: FA, BB and 02. RGB value is (250,187,2). Sum of RGB (Red+Green+Blue) = 250+187+2=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 2 (1.17% from 255 or 0.46% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB02 is #0544FD. Grayscale: #B9B9B9. Windows color (decimal): -345342 or 179194. OLE color: 179194.

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

Color convert

RGB 250 187 2 -
CMYK 0 0.25 0.99 0.02
HSL 44.76º 0.98% 0.49% -
HSV(B) 44.76º 0.99% 0.98% -
XYZ 57.21 55.87 7.83 -
YUV 184.75 24.87 174.54 -
System Red Green Blue C M Y K H S L
Decimal 250 187 2 0 0.25 0.99 0.02 44.76 0.98 0.49
Hex FA BB 2 0 19 63 2 2D 62 31
Octal 372 273 2 0 31 143 2 55 142 61
Binary 11111010 10111011 10 0 11001 1100011 10 101101 1100010 110001

Color Harmonies of #FABB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB02

Black with #FABB02

Text Example


Text Example

White with #FABB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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