Html Css Color HEX #FAB60A Selective Yellow

📋 copy color: '#FAB60A'

red 250 ◦ green 182 ◦ blue 10

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

Shades of Selective Yellow #FAB60A

Tints of Selective Yellow #FAB60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.18%

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

R = 56.56%
G = 41.18%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FAB60A (or 0xFAB60A) is known color: Selective Yellow. HEX triplet: FA, B6 and 0A. RGB value is (250,182,10). Sum of RGB (Red+Green+Blue) = 250+182+10=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB60A is #0549F5. Grayscale: #B7B7B7. Windows color (decimal): -346614 or 702202. OLE color: 702202.

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

Color convert

RGB 250 182 10 -
CMYK 0 0.27 0.96 0.02
HSL 43º 0.96% 0.51% -
HSV(B) 43º 0.96% 0.98% -
XYZ 56.21 53.8 7.71 -
YUV 182.72 30.53 175.99 -
System Red Green Blue C M Y K H S L
Decimal 250 182 10 0 0.27 0.96 0.02 43 0.96 0.51
Hex FA B6 A 0 1B 60 2 2B 60 33
Octal 372 266 12 0 33 140 2 53 140 63
Binary 11111010 10110110 1010 0 11011 1100000 10 101011 1100000 110011

Color Harmonies of #FAB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB60A

Black with #FAB60A

Text Example


Text Example

White with #FAB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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