Html Css Color HEX #FAB168 Rajah

📋 copy color: '#FAB168'

red 250 ◦ green 177 ◦ blue 104

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

Shades of Rajah #FAB168

Tints of Rajah #FAB168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 47.08%
G = 33.33%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FAB168 (or 0xFAB168) is known color: Rajah. HEX triplet: FA, B1 and 68. RGB value is (250,177,104). Sum of RGB (Red+Green+Blue) = 250+177+104=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB168 is #054E97. Grayscale: #BEBEBE. Windows color (decimal): -347800 or 6861306. OLE color: 6861306.

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

Color convert

RGB 250 177 104 -
CMYK 0 0.29 0.58 0.02
HSL 30º 0.94% 0.69% -
HSV(B) 30º 0.58% 0.98% -
XYZ 57.65 52.77 20.24 -
YUV 190.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 250 177 104 0 0.29 0.58 0.02 30 0.94 0.69
Hex FA B1 68 0 1D 3A 2 1E 5E 45
Octal 372 261 150 0 35 72 2 36 136 105
Binary 11111010 10110001 1101000 0 11101 111010 10 11110 1011110 1000101

Color Harmonies of #FAB168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB168

Black with #FAB168

Text Example


Text Example

White with #FAB168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB168; }

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

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

background-color css

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

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

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

border-color css

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

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

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