Html Css Color HEX #FFAE60 Rajah

📋 copy color: '#FFAE60'

red 255 ◦ green 174 ◦ blue 96

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

Shades of Rajah #FFAE60

Tints of Rajah #FFAE60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.29%

R = 48.57%
G = 33.14%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFAE60 (or 0xFFAE60) is known color: Rajah. HEX triplet: FF, AE and 60. RGB value is (255,174,96). Sum of RGB (Red+Green+Blue) = 255+174+96=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE60 is #00519F. Grayscale: #BDBDBD. Windows color (decimal): -20896 or 6336255. OLE color: 6336255.

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

Color convert

RGB 255 174 96 -
CMYK 0 0.32 0.62 0
HSL 29.43º 1% 0.69% -
HSV(B) 29.43º 0.62% 1% -
XYZ 58.49 52.38 18.09 -
YUV 189.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 255 174 96 0 0.32 0.62 0 29.43 1 0.69
Hex FF AE 60 0 20 3E 0 1D 64 45
Octal 377 256 140 0 40 76 0 35 144 105
Binary 11111111 10101110 1100000 0 100000 111110 0 11101 1100100 1000101

Color Harmonies of #FFAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE60

Black with #FFAE60

Text Example


Text Example

White with #FFAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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