Html Css Color HEX #FABB0A Selective Yellow

📋 copy color: '#FABB0A'

red 250 ◦ green 187 ◦ blue 10

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

Shades of Selective Yellow #FABB0A

Tints of Selective Yellow #FABB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 55.93%
G = 41.83%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FABB0A (or 0xFABB0A) is known color: Selective Yellow. HEX triplet: FA, BB and 0A. RGB value is (250,187,10). Sum of RGB (Red+Green+Blue) = 250+187+10=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABB0A is #0544F5. Grayscale: #BABABA. Windows color (decimal): -345334 or 703482. OLE color: 703482.

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

Color convert

RGB 250 187 10 -
CMYK 0 0.25 0.96 0.02
HSL 44.25º 0.96% 0.51% -
HSV(B) 44.25º 0.96% 0.98% -
XYZ 57.25 55.89 8.06 -
YUV 185.66 28.87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 250 187 10 0 0.25 0.96 0.02 44.25 0.96 0.51
Hex FA BB A 0 19 60 2 2C 60 33
Octal 372 273 12 0 31 140 2 54 140 63
Binary 11111010 10111011 1010 0 11001 1100000 10 101100 1100000 110011

Color Harmonies of #FABB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABB0A

Black with #FABB0A

Text Example


Text Example

White with #FABB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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