Html Css Color HEX #FEA665 Rajah

📋 copy color: '#FEA665'

red 254 ◦ green 166 ◦ blue 101

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

Shades of Rajah #FEA665

Tints of Rajah #FEA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 48.75%
G = 31.86%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEA665 (or 0xFEA665) is known color: Rajah. HEX triplet: FE, A6 and 65. RGB value is (254,166,101). Sum of RGB (Red+Green+Blue) = 254+166+101=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA665 is #01599A. Grayscale: #B9B9B9. Windows color (decimal): -88475 or 6661886. OLE color: 6661886.

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

Color convert

RGB 254 166 101 -
CMYK 0 0.35 0.60 0.00
HSL 25.49º 0.99% 0.7% -
HSV(B) 25.49º 0.6% 1% -
XYZ 56.86 49.28 18.83 -
YUV 184.9 80.65 177.29 -
System Red Green Blue C M Y K H S L
Decimal 254 166 101 0 0.35 0.60 0.00 25.49 0.99 0.7
Hex FE A6 65 0 23 3C 0 19 63 46
Octal 376 246 145 0 43 74 0 31 143 106
Binary 11111110 10100110 1100101 0 100011 111100 0 11001 1100011 1000110

Color Harmonies of #FEA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA665

Black with #FEA665

Text Example


Text Example

White with #FEA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA665; }

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

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

background-color css

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

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

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

border-color css

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

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

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