Html Css Color HEX #FEB560 Rajah

📋 copy color: '#FEB560'

red 254 ◦ green 181 ◦ blue 96

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

Shades of Rajah #FEB560

Tints of Rajah #FEB560

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.09%

 BLUE value IS 96 (37.89% from 255) = 18.08%

R = 47.83%
G = 34.09%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEB560 (or 0xFEB560) is known color: Rajah. HEX triplet: FE, B5 and 60. RGB value is (254,181,96). Sum of RGB (Red+Green+Blue) = 254+181+96=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB560 is #014A9F. Grayscale: #C1C1C1. Windows color (decimal): -84640 or 6338046. OLE color: 6338046.

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

Color convert

RGB 254 181 96 -
CMYK 0 0.29 0.62 0.00
HSL 32.28º 0.99% 0.69% -
HSV(B) 32.28º 0.62% 1% -
XYZ 59.51 54.96 18.54 -
YUV 193.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 254 181 96 0 0.29 0.62 0.00 32.28 0.99 0.69
Hex FE B5 60 0 1D 3E 0 20 63 45
Octal 376 265 140 0 35 76 0 40 143 105
Binary 11111110 10110101 1100000 0 11101 111110 0 100000 1100011 1000101

Color Harmonies of #FEB560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB560

Black with #FEB560

Text Example


Text Example

White with #FEB560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB560; }

 p { color: rgb(254,181,96); }

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

background-color css

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

 a { background-color: rgb(254,181,96); }

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

border-color css

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

 span { border-color: rgb(254,181,96); }

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