Html Css Color HEX #FAB205 Selective Yellow

📋 copy color: '#FAB205'

red 250 ◦ green 178 ◦ blue 5

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

Shades of Selective Yellow #FAB205

Tints of Selective Yellow #FAB205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.11%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 57.74%
G = 41.11%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAB205 (or 0xFAB205) is known color: Selective Yellow. HEX triplet: FA, B2 and 05. RGB value is (250,178,5). Sum of RGB (Red+Green+Blue) = 250+178+5=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB205 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB205 is #054DFA. Grayscale: #B4B4B4. Windows color (decimal): -347643 or 373498. OLE color: 373498.

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

Color convert

RGB 250 178 5 -
CMYK 0 0.29 0.98 0.02
HSL 42.37º 0.96% 0.5% -
HSV(B) 42.37º 0.98% 0.98% -
XYZ 55.37 52.18 7.3 -
YUV 179.81 29.35 178.07 -
System Red Green Blue C M Y K H S L
Decimal 250 178 5 0 0.29 0.98 0.02 42.37 0.96 0.5
Hex FA B2 5 0 1D 62 2 2A 60 32
Octal 372 262 5 0 35 142 2 52 140 62
Binary 11111010 10110010 101 0 11101 1100010 10 101010 1100000 110010

Color Harmonies of #FAB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB205

Black with #FAB205

Text Example


Text Example

White with #FAB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB205; }

 p { color: rgb(250,178,5); }

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

background-color css

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

 a { background-color: rgb(250,178,5); }

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

border-color css

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

 span { border-color: rgb(250,178,5); }

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