Html Css Color HEX #FEB16C Rajah

📋 copy color: '#FEB16C'

red 254 ◦ green 177 ◦ blue 108

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

Shades of Rajah #FEB16C

Tints of Rajah #FEB16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 47.12%
G = 32.84%
B = 20.04%

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

#FEB16C (or 0xFEB16C) is known color: Rajah. HEX triplet: FE, B1 and 6C. RGB value is (254,177,108). Sum of RGB (Red+Green+Blue) = 254+177+108=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEB16C is #014E93. Grayscale: #C0C0C0. Windows color (decimal): -85652 or 7123454. OLE color: 7123454.

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

Color convert

RGB 254 177 108 -
CMYK 0 0.30 0.57 0.00
HSL 28.36º 0.99% 0.71% -
HSV(B) 28.36º 0.57% 1% -
XYZ 59.3 53.6 21.41 -
YUV 192.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 254 177 108 0 0.30 0.57 0.00 28.36 0.99 0.71
Hex FE B1 6C 0 1E 39 0 1C 63 47
Octal 376 261 154 0 36 71 0 34 143 107
Binary 11111110 10110001 1101100 0 11110 111001 0 11100 1100011 1000111

Color Harmonies of #FEB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB16C

Black with #FEB16C

Text Example


Text Example

White with #FEB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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