Html Css Color HEX #FEA65A Rajah

📋 copy color: '#FEA65A'

red 254 ◦ green 166 ◦ blue 90

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

Shades of Rajah #FEA65A

Tints of Rajah #FEA65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.55%

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 49.8%
G = 32.55%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEA65A (or 0xFEA65A) is known color: Rajah. HEX triplet: FE, A6 and 5A. RGB value is (254,166,90). Sum of RGB (Red+Green+Blue) = 254+166+90=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA65A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA65A is #0159A5. Grayscale: #B8B8B8. Windows color (decimal): -88486 or 5940990. OLE color: 5940990.

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

Color convert

RGB 254 166 90 -
CMYK 0 0.35 0.65 0.00
HSL 27.8º 0.99% 0.67% -
HSV(B) 27.8º 0.65% 1% -
XYZ 56.35 49.08 16.18 -
YUV 183.65 75.15 178.18 -
System Red Green Blue C M Y K H S L
Decimal 254 166 90 0 0.35 0.65 0.00 27.8 0.99 0.67
Hex FE A6 5A 0 23 41 0 1C 63 43
Octal 376 246 132 0 43 101 0 34 143 103
Binary 11111110 10100110 1011010 0 100011 1000001 0 11100 1100011 1000011

Color Harmonies of #FEA65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA65A

Black with #FEA65A

Text Example


Text Example

White with #FEA65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA65A; }

 p { color: rgb(254,166,90); }

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

background-color css

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

 a { background-color: rgb(254,166,90); }

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

border-color css

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

 span { border-color: rgb(254,166,90); }

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