Html Css Color HEX #FEAC5E Rajah

📋 copy color: '#FEAC5E'

red 254 ◦ green 172 ◦ blue 94

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

Shades of Rajah #FEAC5E

Tints of Rajah #FEAC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 94 (37.11% from 255) = 18.08%

R = 48.85%
G = 33.08%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAC5E (or 0xFEAC5E) is known color: Rajah. HEX triplet: FE, AC and 5E. RGB value is (254,172,94). Sum of RGB (Red+Green+Blue) = 254+172+94=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 94 (37.11% from 255 or 18.08% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC5E is #0153A1. Grayscale: #BCBCBC. Windows color (decimal): -86946 or 6204670. OLE color: 6204670.

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

Color convert

RGB 254 172 94 -
CMYK 0 0.32 0.63 0.00
HSL 29.25º 0.99% 0.68% -
HSV(B) 29.25º 0.63% 1% -
XYZ 57.65 51.38 17.47 -
YUV 187.63 75.17 175.34 -
System Red Green Blue C M Y K H S L
Decimal 254 172 94 0 0.32 0.63 0.00 29.25 0.99 0.68
Hex FE AC 5E 0 20 3F 0 1D 63 44
Octal 376 254 136 0 40 77 0 35 143 104
Binary 11111110 10101100 1011110 0 100000 111111 0 11101 1100011 1000100

Color Harmonies of #FEAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC5E

Black with #FEAC5E

Text Example


Text Example

White with #FEAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC5E; }

 p { color: rgb(254,172,94); }

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

background-color css

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

 a { background-color: rgb(254,172,94); }

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

border-color css

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

 span { border-color: rgb(254,172,94); }

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