Html Css Color HEX #FAB507 Selective Yellow

📋 copy color: '#FAB507'

red 250 ◦ green 181 ◦ blue 7

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

Shades of Selective Yellow #FAB507

Tints of Selective Yellow #FAB507

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 7 (3.13% from 255) = 1.6%

R = 57.08%
G = 41.32%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FAB507 (or 0xFAB507) is known color: Selective Yellow. HEX triplet: FA, B5 and 07. RGB value is (250,181,7). Sum of RGB (Red+Green+Blue) = 250+181+7=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB507 is #054AF8. Grayscale: #B6B6B6. Windows color (decimal): -346873 or 505338. OLE color: 505338.

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

Color convert

RGB 250 181 7 -
CMYK 0 0.28 0.97 0.02
HSL 42.96º 0.96% 0.5% -
HSV(B) 42.96º 0.97% 0.98% -
XYZ 55.99 53.39 7.55 -
YUV 181.8 29.36 176.65 -
System Red Green Blue C M Y K H S L
Decimal 250 181 7 0 0.28 0.97 0.02 42.96 0.96 0.5
Hex FA B5 7 0 1C 61 2 2B 60 32
Octal 372 265 7 0 34 141 2 53 140 62
Binary 11111010 10110101 111 0 11100 1100001 10 101011 1100000 110010

Color Harmonies of #FAB507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB507

Black with #FAB507

Text Example


Text Example

White with #FAB507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB507; }

 p { color: rgb(250,181,7); }

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

background-color css

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

 a { background-color: rgb(250,181,7); }

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

border-color css

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

 span { border-color: rgb(250,181,7); }

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