Html Css Color HEX #FEB760 Rajah

📋 copy color: '#FEB760'

red 254 ◦ green 183 ◦ blue 96

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

Shades of Rajah #FEB760

Tints of Rajah #FEB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.33%

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

R = 47.65%
G = 34.33%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEB760 (or 0xFEB760) is known color: Rajah. HEX triplet: FE, B7 and 60. RGB value is (254,183,96). Sum of RGB (Red+Green+Blue) = 254+183+96=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB760 is #01489F. Grayscale: #C2C2C2. Windows color (decimal): -84128 or 6338558. OLE color: 6338558.

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

Color convert

RGB 254 183 96 -
CMYK 0 0.28 0.62 0.00
HSL 33.04º 0.99% 0.69% -
HSV(B) 33.04º 0.62% 1% -
XYZ 59.92 55.78 18.68 -
YUV 194.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 254 183 96 0 0.28 0.62 0.00 33.04 0.99 0.69
Hex FE B7 60 0 1C 3E 0 21 63 45
Octal 376 267 140 0 34 76 0 41 143 105
Binary 11111110 10110111 1100000 0 11100 111110 0 100001 1100011 1000101

Color Harmonies of #FEB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB760

Black with #FEB760

Text Example


Text Example

White with #FEB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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