Html Css Color HEX #FAB810 Selective Yellow

📋 copy color: '#FAB810'

red 250 ◦ green 184 ◦ blue 16

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

Shades of Selective Yellow #FAB810

Tints of Selective Yellow #FAB810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 55.56%
G = 40.89%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FAB810 (or 0xFAB810) is known color: Selective Yellow. HEX triplet: FA, B8 and 10. RGB value is (250,184,16). Sum of RGB (Red+Green+Blue) = 250+184+16=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB810 is #0547EF. Grayscale: #B9B9B9. Windows color (decimal): -346096 or 1095930. OLE color: 1095930.

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

Color convert

RGB 250 184 16 -
CMYK 0 0.26 0.94 0.02
HSL 43.08º 0.96% 0.52% -
HSV(B) 43.08º 0.94% 0.98% -
XYZ 56.66 54.64 8.05 -
YUV 184.58 32.87 174.66 -
System Red Green Blue C M Y K H S L
Decimal 250 184 16 0 0.26 0.94 0.02 43.08 0.96 0.52
Hex FA B8 10 0 1A 5E 2 2B 60 34
Octal 372 270 20 0 32 136 2 53 140 64
Binary 11111010 10111000 10000 0 11010 1011110 10 101011 1100000 110100

Color Harmonies of #FAB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB810

Black with #FAB810

Text Example


Text Example

White with #FAB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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