Html Css Color HEX #FFB163 Rajah

📋 copy color: '#FFB163'

red 255 ◦ green 177 ◦ blue 99

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

Shades of Rajah #FFB163

Tints of Rajah #FFB163

RGB

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

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

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

R = 48.02%
G = 33.33%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FFB163 (or 0xFFB163) is known color: Rajah. HEX triplet: FF, B1 and 63. RGB value is (255,177,99). Sum of RGB (Red+Green+Blue) = 255+177+99=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB163 is #004E9C. Grayscale: #BFBFBF. Windows color (decimal): -20125 or 6533631. OLE color: 6533631.

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

Color convert

RGB 255 177 99 -
CMYK 0 0.31 0.61 0
HSL 30º 1% 0.69% -
HSV(B) 30º 0.61% 1% -
XYZ 59.21 53.61 19.03 -
YUV 191.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 255 177 99 0 0.31 0.61 0 30 1 0.69
Hex FF B1 63 0 1F 3D 0 1E 64 45
Octal 377 261 143 0 37 75 0 36 144 105
Binary 11111111 10110001 1100011 0 11111 111101 0 11110 1100100 1000101

Color Harmonies of #FFB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB163

Black with #FFB163

Text Example


Text Example

White with #FFB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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