Html Css Color HEX #FAB166 Rajah

📋 copy color: '#FAB166'

red 250 ◦ green 177 ◦ blue 102

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

Shades of Rajah #FAB166

Tints of Rajah #FAB166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.28%

R = 47.26%
G = 33.46%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAB166 (or 0xFAB166) is known color: Rajah. HEX triplet: FA, B1 and 66. RGB value is (250,177,102). Sum of RGB (Red+Green+Blue) = 250+177+102=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB166 is #054E99. Grayscale: #BEBEBE. Windows color (decimal): -347802 or 6730234. OLE color: 6730234.

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

Color convert

RGB 250 177 102 -
CMYK 0 0.29 0.59 0.02
HSL 30.41º 0.94% 0.69% -
HSV(B) 30.41º 0.59% 0.98% -
XYZ 57.54 52.73 19.71 -
YUV 190.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 250 177 102 0 0.29 0.59 0.02 30.41 0.94 0.69
Hex FA B1 66 0 1D 3B 2 1E 5E 45
Octal 372 261 146 0 35 73 2 36 136 105
Binary 11111010 10110001 1100110 0 11101 111011 10 11110 1011110 1000101

Color Harmonies of #FAB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB166

Black with #FAB166

Text Example


Text Example

White with #FAB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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