Html Css Color HEX #FEAB65 Rajah

📋 copy color: '#FEAB65'

red 254 ◦ green 171 ◦ blue 101

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

Shades of Rajah #FEAB65

Tints of Rajah #FEAB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.51%

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

R = 48.29%
G = 32.51%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEAB65 (or 0xFEAB65) is known color: Rajah. HEX triplet: FE, AB and 65. RGB value is (254,171,101). Sum of RGB (Red+Green+Blue) = 254+171+101=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB65 is #01549A. Grayscale: #BCBCBC. Windows color (decimal): -87195 or 6663166. OLE color: 6663166.

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

Color convert

RGB 254 171 101 -
CMYK 0 0.33 0.60 0.00
HSL 27.45º 0.99% 0.7% -
HSV(B) 27.45º 0.6% 1% -
XYZ 57.78 51.14 19.14 -
YUV 187.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 254 171 101 0 0.33 0.60 0.00 27.45 0.99 0.7
Hex FE AB 65 0 21 3C 0 1B 63 46
Octal 376 253 145 0 41 74 0 33 143 106
Binary 11111110 10101011 1100101 0 100001 111100 0 11011 1100011 1000110

Color Harmonies of #FEAB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB65

Black with #FEAB65

Text Example


Text Example

White with #FEAB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB65; }

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

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

background-color css

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

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

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

border-color css

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

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

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