Html Css Color HEX #FEB16B Rajah

📋 copy color: '#FEB16B'

red 254 ◦ green 177 ◦ blue 107

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

Shades of Rajah #FEB16B

Tints of Rajah #FEB16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 47.21%
G = 32.9%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEB16B (or 0xFEB16B) is known color: Rajah. HEX triplet: FE, B1 and 6B. RGB value is (254,177,107). Sum of RGB (Red+Green+Blue) = 254+177+107=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB16B is #014E94. Grayscale: #C0C0C0. Windows color (decimal): -85653 or 7057918. OLE color: 7057918.

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

Color convert

RGB 254 177 107 -
CMYK 0 0.30 0.58 0.00
HSL 28.57º 0.99% 0.71% -
HSV(B) 28.57º 0.58% 1% -
XYZ 59.25 53.58 21.13 -
YUV 192.04 80.01 172.19 -
System Red Green Blue C M Y K H S L
Decimal 254 177 107 0 0.30 0.58 0.00 28.57 0.99 0.71
Hex FE B1 6B 0 1E 3A 0 1D 63 47
Octal 376 261 153 0 36 72 0 35 143 107
Binary 11111110 10110001 1101011 0 11110 111010 0 11101 1100011 1000111

Color Harmonies of #FEB16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB16B

Black with #FEB16B

Text Example


Text Example

White with #FEB16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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