Html Css Color HEX #FEB960 Rajah

📋 copy color: '#FEB960'

red 254 ◦ green 185 ◦ blue 96

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

Shades of Rajah #FEB960

Tints of Rajah #FEB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.58%

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

R = 47.48%
G = 34.58%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEB960 (or 0xFEB960) is known color: Rajah. HEX triplet: FE, B9 and 60. RGB value is (254,185,96). Sum of RGB (Red+Green+Blue) = 254+185+96=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB960 is #01469F. Grayscale: #C3C3C3. Windows color (decimal): -83616 or 6339070. OLE color: 6339070.

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

Color convert

RGB 254 185 96 -
CMYK 0 0.27 0.62 0.00
HSL 33.8º 0.99% 0.69% -
HSV(B) 33.8º 0.62% 1% -
XYZ 60.33 56.61 18.81 -
YUV 195.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 254 185 96 0 0.27 0.62 0.00 33.8 0.99 0.69
Hex FE B9 60 0 1B 3E 0 22 63 45
Octal 376 271 140 0 33 76 0 42 143 105
Binary 11111110 10111001 1100000 0 11011 111110 0 100010 1100011 1000101

Color Harmonies of #FEB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB960

Black with #FEB960

Text Example


Text Example

White with #FEB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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