Html Css Color HEX #FFAE5C Rajah

📋 copy color: '#FFAE5C'

red 255 ◦ green 174 ◦ blue 92

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

Shades of Rajah #FFAE5C

Tints of Rajah #FFAE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.66%

R = 48.94%
G = 33.4%
B = 17.66%

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

#FFAE5C (or 0xFFAE5C) is known color: Rajah. HEX triplet: FF, AE and 5C. RGB value is (255,174,92). Sum of RGB (Red+Green+Blue) = 255+174+92=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5C is #0051A3. Grayscale: #BDBDBD. Windows color (decimal): -20900 or 6074111. OLE color: 6074111.

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

Color convert

RGB 255 174 92 -
CMYK 0 0.32 0.64 0
HSL 30.18º 1% 0.68% -
HSV(B) 30.18º 0.64% 1% -
XYZ 58.31 52.3 17.15 -
YUV 188.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 255 174 92 0 0.32 0.64 0 30.18 1 0.68
Hex FF AE 5C 0 20 40 0 1E 64 44
Octal 377 256 134 0 40 100 0 36 144 104
Binary 11111111 10101110 1011100 0 100000 1000000 0 11110 1100100 1000100

Color Harmonies of #FFAE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE5C

Black with #FFAE5C

Text Example


Text Example

White with #FFAE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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