Html Css Color HEX #FEB164 Rajah

📋 copy color: '#FEB164'

red 254 ◦ green 177 ◦ blue 100

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

Shades of Rajah #FEB164

Tints of Rajah #FEB164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.83%

R = 47.83%
G = 33.33%
B = 18.83%

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

#FEB164 (or 0xFEB164) is known color: Rajah. HEX triplet: FE, B1 and 64. RGB value is (254,177,100). Sum of RGB (Red+Green+Blue) = 254+177+100=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB164 is #014E9B. Grayscale: #BFBFBF. Windows color (decimal): -85660 or 6599166. OLE color: 6599166.

HSL color Cylindrical-coordinate representation of color #FEB164: hue angle of 30º 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 #FEB164 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 177 100 -
CMYK 0 0.30 0.61 0.00
HSL 30º 0.99% 0.69% -
HSV(B) 30º 0.61% 1% -
XYZ 58.9 53.44 19.27 -
YUV 191.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 254 177 100 0 0.30 0.61 0.00 30 0.99 0.69
Hex FE B1 64 0 1E 3D 0 1E 63 45
Octal 376 261 144 0 36 75 0 36 143 105
Binary 11111110 10110001 1100100 0 11110 111101 0 11110 1100011 1000101

Color Harmonies of #FEB164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB164

Black with #FEB164

Text Example


Text Example

White with #FEB164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB164; }

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

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

background-color css

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

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

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

border-color css

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

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

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