Html Css Color HEX #FEB166 Rajah

📋 copy color: '#FEB166'

red 254 ◦ green 177 ◦ blue 102

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

Shades of Rajah #FEB166

Tints of Rajah #FEB166

RGB

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

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

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

R = 47.65%
G = 33.21%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEB166 (or 0xFEB166) is known color: Rajah. HEX triplet: FE, B1 and 66. RGB value is (254,177,102). Sum of RGB (Red+Green+Blue) = 254+177+102=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB166 is #014E99. Grayscale: #BFBFBF. Windows color (decimal): -85658 or 6730238. OLE color: 6730238.

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

Color convert

RGB 254 177 102 -
CMYK 0 0.30 0.60 0.00
HSL 29.61º 0.99% 0.7% -
HSV(B) 29.61º 0.6% 1% -
XYZ 58.99 53.47 19.78 -
YUV 191.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 254 177 102 0 0.30 0.60 0.00 29.61 0.99 0.7
Hex FE B1 66 0 1E 3C 0 1E 63 46
Octal 376 261 146 0 36 74 0 36 143 106
Binary 11111110 10110001 1100110 0 11110 111100 0 11110 1100011 1000110

Color Harmonies of #FEB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB166

Black with #FEB166

Text Example


Text Example

White with #FEB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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