Html Css Color HEX #FAB163 Rajah

📋 copy color: '#FAB163'

red 250 ◦ green 177 ◦ blue 99

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

Shades of Rajah #FAB163

Tints of Rajah #FAB163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 47.53%
G = 33.65%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FAB163 (or 0xFAB163) is known color: Rajah. HEX triplet: FA, B1 and 63. RGB value is (250,177,99). Sum of RGB (Red+Green+Blue) = 250+177+99=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB163 is #054E9C. Grayscale: #BEBEBE. Windows color (decimal): -347805 or 6533626. OLE color: 6533626.

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

Color convert

RGB 250 177 99 -
CMYK 0 0.29 0.60 0.02
HSL 30.99º 0.94% 0.68% -
HSV(B) 30.99º 0.6% 0.98% -
XYZ 57.4 52.67 18.95 -
YUV 189.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 250 177 99 0 0.29 0.60 0.02 30.99 0.94 0.68
Hex FA B1 63 0 1D 3C 2 1F 5E 44
Octal 372 261 143 0 35 74 2 37 136 104
Binary 11111010 10110001 1100011 0 11101 111100 10 11111 1011110 1000100

Color Harmonies of #FAB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB163

Black with #FAB163

Text Example


Text Example

White with #FAB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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