Html Css Color HEX #FEB163 Rajah

📋 copy color: '#FEB163'

red 254 ◦ green 177 ◦ blue 99

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

Shades of Rajah #FEB163

Tints of Rajah #FEB163

RGB

 RED value IS 254 (99.61% from 255) = 47.92%

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

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

R = 47.92%
G = 33.4%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEB163 (or 0xFEB163) is known color: Rajah. HEX triplet: FE, B1 and 63. RGB value is (254,177,99). Sum of RGB (Red+Green+Blue) = 254+177+99=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB163 is #014E9C. Grayscale: #BFBFBF. Windows color (decimal): -85661 or 6533630. OLE color: 6533630.

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

Color convert

RGB 254 177 99 -
CMYK 0 0.30 0.61 0.00
HSL 30.19º 0.99% 0.69% -
HSV(B) 30.19º 0.61% 1% -
XYZ 58.85 53.42 19.01 -
YUV 191.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 254 177 99 0 0.30 0.61 0.00 30.19 0.99 0.69
Hex FE B1 63 0 1E 3D 0 1E 63 45
Octal 376 261 143 0 36 75 0 36 143 105
Binary 11111110 10110001 1100011 0 11110 111101 0 11110 1100011 1000101

Color Harmonies of #FEB163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB163

Black with #FEB163

Text Example


Text Example

White with #FEB163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB163; }

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

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

background-color css

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

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

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

border-color css

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

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

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