Html Css Color HEX #FAB103 Selective Yellow

📋 copy color: '#FAB103'

red 250 ◦ green 177 ◦ blue 3

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

Shades of Selective Yellow #FAB103

Tints of Selective Yellow #FAB103

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 58.14%
G = 41.16%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAB103 (or 0xFAB103) is known color: Selective Yellow. HEX triplet: FA, B1 and 03. RGB value is (250,177,3). Sum of RGB (Red+Green+Blue) = 250+177+3=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB103 is #054EFC. Grayscale: #B3B3B3. Windows color (decimal): -347901 or 242170. OLE color: 242170.

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

Color convert

RGB 250 177 3 -
CMYK 0 0.29 0.99 0.02
HSL 42.27º 0.98% 0.5% -
HSV(B) 42.27º 0.99% 0.98% -
XYZ 55.16 51.77 7.17 -
YUV 178.99 28.68 178.65 -
System Red Green Blue C M Y K H S L
Decimal 250 177 3 0 0.29 0.99 0.02 42.27 0.98 0.5
Hex FA B1 3 0 1D 63 2 2A 62 32
Octal 372 261 3 0 35 143 2 52 142 62
Binary 11111010 10110001 11 0 11101 1100011 10 101010 1100010 110010

Color Harmonies of #FAB103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB103

Black with #FAB103

Text Example


Text Example

White with #FAB103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB103; }

 p { color: rgb(250,177,3); }

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

background-color css

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

 a { background-color: rgb(250,177,3); }

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

border-color css

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

 span { border-color: rgb(250,177,3); }

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