Html Css Color HEX #FFAE5E Rajah

📋 copy color: '#FFAE5E'

red 255 ◦ green 174 ◦ blue 94

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

Shades of Rajah #FFAE5E

Tints of Rajah #FFAE5E

RGB

 RED value IS 255 (100% from 255) = 48.76%

 GREEN value IS 174 (68.36% from 255) = 33.27%

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

R = 48.76%
G = 33.27%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FFAE5E (or 0xFFAE5E) is known color: Rajah. HEX triplet: FF, AE and 5E. RGB value is (255,174,94). Sum of RGB (Red+Green+Blue) = 255+174+94=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5E is #0051A1. Grayscale: #BDBDBD. Windows color (decimal): -20898 or 6205183. OLE color: 6205183.

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

Color convert

RGB 255 174 94 -
CMYK 0 0.32 0.63 0
HSL 29.81º 1% 0.68% -
HSV(B) 29.81º 0.63% 1% -
XYZ 58.4 52.34 17.61 -
YUV 189.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 255 174 94 0 0.32 0.63 0 29.81 1 0.68
Hex FF AE 5E 0 20 3F 0 1E 64 44
Octal 377 256 136 0 40 77 0 36 144 104
Binary 11111111 10101110 1011110 0 100000 111111 0 11110 1100100 1000100

Color Harmonies of #FFAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE5E

Black with #FFAE5E

Text Example


Text Example

White with #FFAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE5E; }

 p { color: rgb(255,174,94); }

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

background-color css

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

 a { background-color: rgb(255,174,94); }

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

border-color css

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

 span { border-color: rgb(255,174,94); }

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