Html Css Color HEX #FAB407 Selective Yellow

📋 copy color: '#FAB407'

red 250 ◦ green 180 ◦ blue 7

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

Shades of Selective Yellow #FAB407

Tints of Selective Yellow #FAB407

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

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

R = 57.21%
G = 41.19%
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

#FAB407 (or 0xFAB407) is known color: Selective Yellow. HEX triplet: FA, B4 and 07. RGB value is (250,180,7). Sum of RGB (Red+Green+Blue) = 250+180+7=437 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.21% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB407 is #054BF8. Grayscale: #B5B5B5. Windows color (decimal): -347129 or 505082. OLE color: 505082.

HSL color Cylindrical-coordinate representation of color #FAB407: hue angle of 42.72º 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 #FAB407 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 180 7 -
CMYK 0 0.28 0.97 0.02
HSL 42.72º 0.96% 0.5% -
HSV(B) 42.72º 0.97% 0.98% -
XYZ 55.78 52.98 7.49 -
YUV 181.21 29.69 177.07 -
System Red Green Blue C M Y K H S L
Decimal 250 180 7 0 0.28 0.97 0.02 42.72 0.96 0.5
Hex FA B4 7 0 1C 61 2 2B 60 32
Octal 372 264 7 0 34 141 2 53 140 62
Binary 11111010 10110100 111 0 11100 1100001 10 101011 1100000 110010

Color Harmonies of #FAB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB407

Black with #FAB407

Text Example


Text Example

White with #FAB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB407; }

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

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

background-color css

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

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

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

border-color css

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

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

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