Html Css Color HEX #FAB408 Selective Yellow

📋 copy color: '#FAB408'

red 250 ◦ green 180 ◦ blue 8

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

Shades of Selective Yellow #FAB408

Tints of Selective Yellow #FAB408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 57.08%
G = 41.1%
B = 1.83%

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

#FAB408 (or 0xFAB408) is known color: Selective Yellow. HEX triplet: FA, B4 and 08. RGB value is (250,180,8). Sum of RGB (Red+Green+Blue) = 250+180+8=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB408 is #054BF7. Grayscale: #B6B6B6. Windows color (decimal): -347128 or 570618. OLE color: 570618.

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

Color convert

RGB 250 180 8 -
CMYK 0 0.28 0.97 0.02
HSL 42.64º 0.96% 0.51% -
HSV(B) 42.64º 0.97% 0.98% -
XYZ 55.79 52.98 7.52 -
YUV 181.32 30.19 176.99 -
System Red Green Blue C M Y K H S L
Decimal 250 180 8 0 0.28 0.97 0.02 42.64 0.96 0.51
Hex FA B4 8 0 1C 61 2 2B 60 33
Octal 372 264 10 0 34 141 2 53 140 63
Binary 11111010 10110100 1000 0 11100 1100001 10 101011 1100000 110011

Color Harmonies of #FAB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB408

Black with #FAB408

Text Example


Text Example

White with #FAB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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