Html Css Color HEX #FAB800 Selective Yellow

📋 copy color: '#FAB800'

red 250 ◦ green 184 ◦ blue 0

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

Shades of Selective Yellow #FAB800

Tints of Selective Yellow #FAB800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.6%
G = 42.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAB800 (or 0xFAB800) is known color: Selective Yellow. HEX triplet: FA, B8 and 00. RGB value is (250,184,0). Sum of RGB (Red+Green+Blue) = 250+184+0=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 0 (0.39% from 255 or 0% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB800 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB800 is #0547FF. Grayscale: #B7B7B7. Windows color (decimal): -346112 or 47354. OLE color: 47354.

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

Color convert

RGB 250 184 0 -
CMYK 0 0.26 1 0.02
HSL 44.16º 1% 0.49% -
HSV(B) 44.16º 1% 0.98% -
XYZ 56.56 54.6 7.56 -
YUV 182.76 24.87 175.96 -
System Red Green Blue C M Y K H S L
Decimal 250 184 0 0 0.26 1 0.02 44.16 1 0.49
Hex FA B8 0 0 1A 64 2 2C 64 31
Octal 372 270 0 0 32 144 2 54 144 61
Binary 11111010 10111000 0 0 11010 1100100 10 101100 1100100 110001

Color Harmonies of #FAB800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB800

Black with #FAB800

Text Example


Text Example

White with #FAB800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB800; }

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

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

background-color css

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

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

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

border-color css

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

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

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