Html Css Color HEX #FFAE68 Rajah

📋 copy color: '#FFAE68'

red 255 ◦ green 174 ◦ blue 104

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

Shades of Rajah #FFAE68

Tints of Rajah #FFAE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 47.84%
G = 32.65%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFAE68 (or 0xFFAE68) is known color: Rajah. HEX triplet: FF, AE and 68. RGB value is (255,174,104). Sum of RGB (Red+Green+Blue) = 255+174+104=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE68 is #005197. Grayscale: #BEBEBE. Windows color (decimal): -20888 or 6860543. OLE color: 6860543.

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

Color convert

RGB 255 174 104 -
CMYK 0 0.32 0.59 0
HSL 27.81º 1% 0.7% -
HSV(B) 27.81º 0.59% 1% -
XYZ 58.87 52.53 20.13 -
YUV 190.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 255 174 104 0 0.32 0.59 0 27.81 1 0.7
Hex FF AE 68 0 20 3B 0 1C 64 46
Octal 377 256 150 0 40 73 0 34 144 106
Binary 11111111 10101110 1101000 0 100000 111011 0 11100 1100100 1000110

Color Harmonies of #FFAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE68

Black with #FFAE68

Text Example


Text Example

White with #FFAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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