Html Css Color HEX #FFAE5B Rajah

📋 copy color: '#FFAE5B'

red 255 ◦ green 174 ◦ blue 91

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

Shades of Rajah #FFAE5B

Tints of Rajah #FFAE5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.5%

R = 49.04%
G = 33.46%
B = 17.5%

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

#FFAE5B (or 0xFFAE5B) is known color: Rajah. HEX triplet: FF, AE and 5B. RGB value is (255,174,91). Sum of RGB (Red+Green+Blue) = 255+174+91=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5B is #0051A4. Grayscale: #BDBDBD. Windows color (decimal): -20901 or 6008575. OLE color: 6008575.

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

Color convert

RGB 255 174 91 -
CMYK 0 0.32 0.64 0
HSL 30.37º 1% 0.68% -
HSV(B) 30.37º 0.64% 1% -
XYZ 58.26 52.29 16.92 -
YUV 188.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 255 174 91 0 0.32 0.64 0 30.37 1 0.68
Hex FF AE 5B 0 20 40 0 1E 64 44
Octal 377 256 133 0 40 100 0 36 144 104
Binary 11111111 10101110 1011011 0 100000 1000000 0 11110 1100100 1000100

Color Harmonies of #FFAE5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE5B

Black with #FFAE5B

Text Example


Text Example

White with #FFAE5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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