Html Css Color HEX #FAB30B Selective Yellow

📋 copy color: '#FAB30B'

red 250 ◦ green 179 ◦ blue 11

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

Shades of Selective Yellow #FAB30B

Tints of Selective Yellow #FAB30B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

 BLUE value IS 11 (4.69% from 255) = 2.5%

R = 56.82%
G = 40.68%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB30B (or 0xFAB30B) is known color: Selective Yellow. HEX triplet: FA, B3 and 0B. RGB value is (250,179,11). Sum of RGB (Red+Green+Blue) = 250+179+11=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB30B is #054CF4. Grayscale: #B5B5B5. Windows color (decimal): -347381 or 766970. OLE color: 766970.

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

Color convert

RGB 250 179 11 -
CMYK 0 0.28 0.96 0.02
HSL 42.18º 0.96% 0.51% -
HSV(B) 42.18º 0.96% 0.98% -
XYZ 55.6 52.59 7.54 -
YUV 181.08 32.02 177.16 -
System Red Green Blue C M Y K H S L
Decimal 250 179 11 0 0.28 0.96 0.02 42.18 0.96 0.51
Hex FA B3 B 0 1C 60 2 2A 60 33
Octal 372 263 13 0 34 140 2 52 140 63
Binary 11111010 10110011 1011 0 11100 1100000 10 101010 1100000 110011

Color Harmonies of #FAB30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB30B

Black with #FAB30B

Text Example


Text Example

White with #FAB30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB30B; }

 p { color: rgb(250,179,11); }

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

background-color css

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

 a { background-color: rgb(250,179,11); }

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

border-color css

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

 span { border-color: rgb(250,179,11); }

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