Html Css Color HEX #FAB003 Selective Yellow

📋 copy color: '#FAB003'

red 250 ◦ green 176 ◦ blue 3

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

Shades of Selective Yellow #FAB003

Tints of Selective Yellow #FAB003

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.03%

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

R = 58.28%
G = 41.03%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAB003 (or 0xFAB003) is known color: Selective Yellow. HEX triplet: FA, B0 and 03. RGB value is (250,176,3). Sum of RGB (Red+Green+Blue) = 250+176+3=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB003 is #054FFC. Grayscale: #B3B3B3. Windows color (decimal): -348157 or 241914. OLE color: 241914.

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

Color convert

RGB 250 176 3 -
CMYK 0 0.30 0.99 0.02
HSL 42.02º 0.98% 0.5% -
HSV(B) 42.02º 0.99% 0.98% -
XYZ 54.97 51.38 7.11 -
YUV 178.4 29.02 179.07 -
System Red Green Blue C M Y K H S L
Decimal 250 176 3 0 0.30 0.99 0.02 42.02 0.98 0.5
Hex FA B0 3 0 1E 63 2 2A 62 32
Octal 372 260 3 0 36 143 2 52 142 62
Binary 11111010 10110000 11 0 11110 1100011 10 101010 1100010 110010

Color Harmonies of #FAB003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB003

Black with #FAB003

Text Example


Text Example

White with #FAB003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB003; }

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

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

background-color css

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

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

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

border-color css

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

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

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