Html Css Color HEX #F0AF63 Rajah

📋 copy color: '#F0AF63'

red 240 ◦ green 175 ◦ blue 99

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

Shades of Rajah #F0AF63

Tints of Rajah #F0AF63

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.05%

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

R = 46.69%
G = 34.05%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0AF63 (or 0xF0AF63) is known color: Rajah. HEX triplet: F0, AF and 63. RGB value is (240,175,99). Sum of RGB (Red+Green+Blue) = 240+175+99=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF63 is #0F509C. Grayscale: #BABABA. Windows color (decimal): -1003677 or 6533104. OLE color: 6533104.

HSL color Cylindrical-coordinate representation of color #F0AF63: hue angle of 32.34º 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 #F0AF63 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 99 -
CMYK 0 0.27 0.59 0.06
HSL 32.34º 0.82% 0.66% -
HSV(B) 32.34º 0.59% 0.94% -
XYZ 53.52 50.09 18.65 -
YUV 185.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 240 175 99 0 0.27 0.59 0.06 32.34 0.82 0.66
Hex F0 AF 63 0 1B 3B 6 20 52 42
Octal 360 257 143 0 33 73 6 40 122 102
Binary 11110000 10101111 1100011 0 11011 111011 110 100000 1010010 1000010

Color Harmonies of #F0AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF63

Black with #F0AF63

Text Example


Text Example

White with #F0AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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