Html Css Color HEX #FAB802 Selective Yellow

📋 copy color: '#FAB802'

red 250 ◦ green 184 ◦ blue 2

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

Shades of Selective Yellow #FAB802

Tints of Selective Yellow #FAB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 57.34%
G = 42.2%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FAB802 (or 0xFAB802) is known color: Selective Yellow. HEX triplet: FA, B8 and 02. RGB value is (250,184,2). Sum of RGB (Red+Green+Blue) = 250+184+2=436 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.34% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB802 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB802 is #0547FD. Grayscale: #B7B7B7. Windows color (decimal): -346110 or 178426. OLE color: 178426.

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

Color convert

RGB 250 184 2 -
CMYK 0 0.26 0.99 0.02
HSL 44.03º 0.98% 0.49% -
HSV(B) 44.03º 0.99% 0.98% -
XYZ 56.58 54.61 7.62 -
YUV 182.99 25.87 175.8 -
System Red Green Blue C M Y K H S L
Decimal 250 184 2 0 0.26 0.99 0.02 44.03 0.98 0.49
Hex FA B8 2 0 1A 63 2 2C 62 31
Octal 372 270 2 0 32 143 2 54 142 61
Binary 11111010 10111000 10 0 11010 1100011 10 101100 1100010 110001

Color Harmonies of #FAB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB802

Black with #FAB802

Text Example


Text Example

White with #FAB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB802; }

 p { color: rgb(250,184,2); }

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

background-color css

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

 a { background-color: rgb(250,184,2); }

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

border-color css

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

 span { border-color: rgb(250,184,2); }

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