Html Css Color HEX #FEA960 Rajah

📋 copy color: '#FEA960'

red 254 ◦ green 169 ◦ blue 96

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

Shades of Rajah #FEA960

Tints of Rajah #FEA960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

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

R = 48.94%
G = 32.56%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEA960 (or 0xFEA960) is known color: Rajah. HEX triplet: FE, A9 and 60. RGB value is (254,169,96). Sum of RGB (Red+Green+Blue) = 254+169+96=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA960 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA960 is #01569F. Grayscale: #BABABA. Windows color (decimal): -87712 or 6334974. OLE color: 6334974.

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

Color convert

RGB 254 169 96 -
CMYK 0 0.33 0.62 0.00
HSL 27.72º 0.99% 0.69% -
HSV(B) 27.72º 0.62% 1% -
XYZ 57.17 50.29 17.76 -
YUV 186.09 77.16 176.44 -
System Red Green Blue C M Y K H S L
Decimal 254 169 96 0 0.33 0.62 0.00 27.72 0.99 0.69
Hex FE A9 60 0 21 3E 0 1C 63 45
Octal 376 251 140 0 41 76 0 34 143 105
Binary 11111110 10101001 1100000 0 100001 111110 0 11100 1100011 1000101

Color Harmonies of #FEA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA960

Black with #FEA960

Text Example


Text Example

White with #FEA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA960; }

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

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

background-color css

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

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

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

border-color css

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

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

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