Html Css Color HEX #FFAE5D Rajah

📋 copy color: '#FFAE5D'

red 255 ◦ green 174 ◦ blue 93

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

Shades of Rajah #FFAE5D

Tints of Rajah #FFAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.82%

R = 48.85%
G = 33.33%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FFAE5D (or 0xFFAE5D) is known color: Rajah. HEX triplet: FF, AE and 5D. RGB value is (255,174,93). Sum of RGB (Red+Green+Blue) = 255+174+93=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5D is #0051A2. Grayscale: #BDBDBD. Windows color (decimal): -20899 or 6139647. OLE color: 6139647.

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

Color convert

RGB 255 174 93 -
CMYK 0 0.32 0.64 0
HSL 30º 1% 0.68% -
HSV(B) 30º 0.64% 1% -
XYZ 58.35 52.32 17.38 -
YUV 188.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 255 174 93 0 0.32 0.64 0 30 1 0.68
Hex FF AE 5D 0 20 40 0 1E 64 44
Octal 377 256 135 0 40 100 0 36 144 104
Binary 11111111 10101110 1011101 0 100000 1000000 0 11110 1100100 1000100

Color Harmonies of #FFAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE5D

Black with #FFAE5D

Text Example


Text Example

White with #FFAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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