Html Css Color HEX #FEA65D Rajah

📋 copy color: '#FEA65D'

red 254 ◦ green 166 ◦ blue 93

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

Shades of Rajah #FEA65D

Tints of Rajah #FEA65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.13%

R = 49.51%
G = 32.36%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEA65D (or 0xFEA65D) is known color: Rajah. HEX triplet: FE, A6 and 5D. RGB value is (254,166,93). Sum of RGB (Red+Green+Blue) = 254+166+93=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA65D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA65D is #0159A2. Grayscale: #B8B8B8. Windows color (decimal): -88483 or 6137598. OLE color: 6137598.

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

Color convert

RGB 254 166 93 -
CMYK 0 0.35 0.63 0.00
HSL 27.2º 0.99% 0.68% -
HSV(B) 27.2º 0.63% 1% -
XYZ 56.49 49.13 16.86 -
YUV 183.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 254 166 93 0 0.35 0.63 0.00 27.2 0.99 0.68
Hex FE A6 5D 0 23 3F 0 1B 63 44
Octal 376 246 135 0 43 77 0 33 143 104
Binary 11111110 10100110 1011101 0 100011 111111 0 11011 1100011 1000100

Color Harmonies of #FEA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA65D

Black with #FEA65D

Text Example


Text Example

White with #FEA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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