Html Css Color HEX #FFB166 Rajah

📋 copy color: '#FFB166'

red 255 ◦ green 177 ◦ blue 102

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

Shades of Rajah #FFB166

Tints of Rajah #FFB166

RGB

 RED value IS 255 (100% from 255) = 47.75%

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

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

R = 47.75%
G = 33.15%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFB166 (or 0xFFB166) is known color: Rajah. HEX triplet: FF, B1 and 66. RGB value is (255,177,102). Sum of RGB (Red+Green+Blue) = 255+177+102=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB166 is #004E99. Grayscale: #C0C0C0. Windows color (decimal): -20122 or 6730239. OLE color: 6730239.

HSL color Cylindrical-coordinate representation of color #FFB166: hue angle of 29.41º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB166 is Cyan = 0, Magento = 0.31, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB 255 177 102 -
CMYK 0 0.31 0.6 0
HSL 29.41º 1% 0.7% -
HSV(B) 29.41º 0.6% 1% -
XYZ 59.36 53.66 19.8 -
YUV 191.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 255 177 102 0 0.31 0.6 0 29.41 1 0.7
Hex FF B1 66 0 1F 3C 0 1D 64 46
Octal 377 261 146 0 37 74 0 35 144 106
Binary 11111111 10110001 1100110 0 11111 111100 0 11101 1100100 1000110

Color Harmonies of #FFB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB166

Black with #FFB166

Text Example


Text Example

White with #FFB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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