Html Css Color HEX #FEB16D Rajah

📋 copy color: '#FEB16D'

red 254 ◦ green 177 ◦ blue 109

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

Shades of Rajah #FEB16D

Tints of Rajah #FEB16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.19%

R = 47.04%
G = 32.78%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FEB16D (or 0xFEB16D) is known color: Rajah. HEX triplet: FE, B1 and 6D. RGB value is (254,177,109). Sum of RGB (Red+Green+Blue) = 254+177+109=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB16D is #014E92. Grayscale: #C0C0C0. Windows color (decimal): -85651 or 7188990. OLE color: 7188990.

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

Color convert

RGB 254 177 109 -
CMYK 0 0.30 0.57 0.00
HSL 28.14º 0.99% 0.71% -
HSV(B) 28.14º 0.57% 1% -
XYZ 59.36 53.62 21.69 -
YUV 192.27 81.01 172.03 -
System Red Green Blue C M Y K H S L
Decimal 254 177 109 0 0.30 0.57 0.00 28.14 0.99 0.71
Hex FE B1 6D 0 1E 39 0 1C 63 47
Octal 376 261 155 0 36 71 0 34 143 107
Binary 11111110 10110001 1101101 0 11110 111001 0 11100 1100011 1000111

Color Harmonies of #FEB16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB16D

Black with #FEB16D

Text Example


Text Example

White with #FEB16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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