Html Css Color HEX #FAB90A Selective Yellow

📋 copy color: '#FAB90A'

red 250 ◦ green 185 ◦ blue 10

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

Shades of Selective Yellow #FAB90A

Tints of Selective Yellow #FAB90A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

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

R = 56.18%
G = 41.57%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB90A (or 0xFAB90A) is known color: Selective Yellow. HEX triplet: FA, B9 and 0A. RGB value is (250,185,10). Sum of RGB (Red+Green+Blue) = 250+185+10=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 10 (4.30% from 255 or 2.25% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB90A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB90A is #0546F5. Grayscale: #B9B9B9. Windows color (decimal): -345846 or 702970. OLE color: 702970.

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

Color convert

RGB 250 185 10 -
CMYK 0 0.26 0.96 0.02
HSL 43.75º 0.96% 0.51% -
HSV(B) 43.75º 0.96% 0.98% -
XYZ 56.83 55.04 7.92 -
YUV 184.49 29.53 174.73 -
System Red Green Blue C M Y K H S L
Decimal 250 185 10 0 0.26 0.96 0.02 43.75 0.96 0.51
Hex FA B9 A 0 1A 60 2 2C 60 33
Octal 372 271 12 0 32 140 2 54 140 63
Binary 11111010 10111001 1010 0 11010 1100000 10 101100 1100000 110011

Color Harmonies of #FAB90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB90A

Black with #FAB90A

Text Example


Text Example

White with #FAB90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB90A; }

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

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

background-color css

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

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

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

border-color css

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

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

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