Html Css Color HEX #FAB20A Selective Yellow

📋 copy color: '#FAB20A'

red 250 ◦ green 178 ◦ blue 10

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

Shades of Selective Yellow #FAB20A

Tints of Selective Yellow #FAB20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 57.08%
G = 40.64%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB20A (or 0xFAB20A) is known color: Selective Yellow. HEX triplet: FA, B2 and 0A. RGB value is (250,178,10). Sum of RGB (Red+Green+Blue) = 250+178+10=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB20A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAB20A is #054DF5. Grayscale: #B5B5B5. Windows color (decimal): -347638 or 701178. OLE color: 701178.

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

Color convert

RGB 250 178 10 -
CMYK 0 0.29 0.96 0.02
HSL 42º 0.96% 0.51% -
HSV(B) 42º 0.96% 0.98% -
XYZ 55.4 52.19 7.44 -
YUV 180.38 31.85 177.66 -
System Red Green Blue C M Y K H S L
Decimal 250 178 10 0 0.29 0.96 0.02 42 0.96 0.51
Hex FA B2 A 0 1D 60 2 2A 60 33
Octal 372 262 12 0 35 140 2 52 140 63
Binary 11111010 10110010 1010 0 11101 1100000 10 101010 1100000 110011

Color Harmonies of #FAB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB20A

Black with #FAB20A

Text Example


Text Example

White with #FAB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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