Html Css Color HEX #F0AE63 Rajah

📋 copy color: '#F0AE63'

red 240 ◦ green 174 ◦ blue 99

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

Shades of Rajah #F0AE63

Tints of Rajah #F0AE63

RGB

 RED value IS 240 (94.14% from 255) = 46.78%

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

 BLUE value IS 99 (39.06% from 255) = 19.3%

R = 46.78%
G = 33.92%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0AE63 (or 0xF0AE63) is known color: Rajah. HEX triplet: F0, AE and 63. RGB value is (240,174,99). Sum of RGB (Red+Green+Blue) = 240+174+99=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AE63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AE63 is #0F519C. Grayscale: #B9B9B9. Windows color (decimal): -1003933 or 6532848. OLE color: 6532848.

HSL color Cylindrical-coordinate representation of color #F0AE63: hue angle of 31.91º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0AE63 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 174 99 -
CMYK 0 0.28 0.59 0.06
HSL 31.91º 0.82% 0.66% -
HSV(B) 31.91º 0.59% 0.94% -
XYZ 53.32 49.7 18.59 -
YUV 185.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 240 174 99 0 0.28 0.59 0.06 31.91 0.82 0.66
Hex F0 AE 63 0 1C 3B 6 20 52 42
Octal 360 256 143 0 34 73 6 40 122 102
Binary 11110000 10101110 1100011 0 11100 111011 110 100000 1010010 1000010

Color Harmonies of #F0AE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AE63

Black with #F0AE63

Text Example


Text Example

White with #F0AE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AE63; }

 p { color: rgb(240,174,99); }

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

background-color css

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

 a { background-color: rgb(240,174,99); }

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

border-color css

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

 span { border-color: rgb(240,174,99); }

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