Html Css Color HEX #FAB160 Rajah

📋 copy color: '#FAB160'

red 250 ◦ green 177 ◦ blue 96

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

Shades of Rajah #FAB160

Tints of Rajah #FAB160

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.84%

 BLUE value IS 96 (37.89% from 255) = 18.36%

R = 47.8%
G = 33.84%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FAB160 (or 0xFAB160) is known color: Rajah. HEX triplet: FA, B1 and 60. RGB value is (250,177,96). Sum of RGB (Red+Green+Blue) = 250+177+96=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB160 is #054E9F. Grayscale: #BDBDBD. Windows color (decimal): -347808 or 6337018. OLE color: 6337018.

HSL color Cylindrical-coordinate representation of color #FAB160: hue angle of 31.56º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAB160 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 177 96 -
CMYK 0 0.29 0.62 0.02
HSL 31.56º 0.94% 0.68% -
HSV(B) 31.56º 0.62% 0.98% -
XYZ 57.26 52.61 18.2 -
YUV 189.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 250 177 96 0 0.29 0.62 0.02 31.56 0.94 0.68
Hex FA B1 60 0 1D 3E 2 20 5E 44
Octal 372 261 140 0 35 76 2 40 136 104
Binary 11111010 10110001 1100000 0 11101 111110 10 100000 1011110 1000100

Color Harmonies of #FAB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB160

Black with #FAB160

Text Example


Text Example

White with #FAB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB160; }

 p { color: rgb(250,177,96); }

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

background-color css

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

 a { background-color: rgb(250,177,96); }

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

border-color css

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

 span { border-color: rgb(250,177,96); }

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