Html Css Color HEX #FFAE66 Rajah

📋 copy color: '#FFAE66'

red 255 ◦ green 174 ◦ blue 102

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

Shades of Rajah #FFAE66

Tints of Rajah #FFAE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.21%

R = 48.02%
G = 32.77%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FFAE66 (or 0xFFAE66) is known color: Rajah. HEX triplet: FF, AE and 66. RGB value is (255,174,102). Sum of RGB (Red+Green+Blue) = 255+174+102=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE66 is #005199. Grayscale: #BEBEBE. Windows color (decimal): -20890 or 6729471. OLE color: 6729471.

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

Color convert

RGB 255 174 102 -
CMYK 0 0.32 0.6 0
HSL 28.24º 1% 0.7% -
HSV(B) 28.24º 0.6% 1% -
XYZ 58.77 52.49 19.6 -
YUV 190.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 255 174 102 0 0.32 0.6 0 28.24 1 0.7
Hex FF AE 66 0 20 3C 0 1C 64 46
Octal 377 256 146 0 40 74 0 34 144 106
Binary 11111111 10101110 1100110 0 100000 111100 0 11100 1100100 1000110

Color Harmonies of #FFAE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE66

Black with #FFAE66

Text Example


Text Example

White with #FFAE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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