Html Css Color HEX #FAB40A Selective Yellow

📋 copy color: '#FAB40A'

red 250 ◦ green 180 ◦ blue 10

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

Shades of Selective Yellow #FAB40A

Tints of Selective Yellow #FAB40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 56.82%
G = 40.91%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB40A (or 0xFAB40A) is known color: Selective Yellow. HEX triplet: FA, B4 and 0A. RGB value is (250,180,10). Sum of RGB (Red+Green+Blue) = 250+180+10=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB40A is #054BF5. Grayscale: #B6B6B6. Windows color (decimal): -347126 or 701690. OLE color: 701690.

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

Color convert

RGB 250 180 10 -
CMYK 0 0.28 0.96 0.02
HSL 42.5º 0.96% 0.51% -
HSV(B) 42.5º 0.96% 0.98% -
XYZ 55.8 52.99 7.57 -
YUV 181.55 31.19 176.82 -
System Red Green Blue C M Y K H S L
Decimal 250 180 10 0 0.28 0.96 0.02 42.5 0.96 0.51
Hex FA B4 A 0 1C 60 2 2A 60 33
Octal 372 264 12 0 34 140 2 52 140 63
Binary 11111010 10110100 1010 0 11100 1100000 10 101010 1100000 110011

Color Harmonies of #FAB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB40A

Black with #FAB40A

Text Example


Text Example

White with #FAB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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