Html Css Color HEX #FEAB64 Rajah

📋 copy color: '#FEAB64'

red 254 ◦ green 171 ◦ blue 100

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

Shades of Rajah #FEAB64

Tints of Rajah #FEAB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 48.38%
G = 32.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEAB64 (or 0xFEAB64) is known color: Rajah. HEX triplet: FE, AB and 64. RGB value is (254,171,100). Sum of RGB (Red+Green+Blue) = 254+171+100=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB64 is #01549B. Grayscale: #BCBCBC. Windows color (decimal): -87196 or 6597630. OLE color: 6597630.

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

Color convert

RGB 254 171 100 -
CMYK 0 0.33 0.61 0.00
HSL 27.66º 0.99% 0.69% -
HSV(B) 27.66º 0.61% 1% -
XYZ 57.74 51.12 18.88 -
YUV 187.72 78.5 175.27 -
System Red Green Blue C M Y K H S L
Decimal 254 171 100 0 0.33 0.61 0.00 27.66 0.99 0.69
Hex FE AB 64 0 21 3D 0 1C 63 45
Octal 376 253 144 0 41 75 0 34 143 105
Binary 11111110 10101011 1100100 0 100001 111101 0 11100 1100011 1000101

Color Harmonies of #FEAB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB64

Black with #FEAB64

Text Example


Text Example

White with #FEAB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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