Html Css Color HEX #F0AF60 Rajah

📋 copy color: '#F0AF60'

red 240 ◦ green 175 ◦ blue 96

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

Shades of Rajah #F0AF60

Tints of Rajah #F0AF60

RGB

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

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

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

R = 46.97%
G = 34.25%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0AF60 (or 0xF0AF60) is known color: Rajah. HEX triplet: F0, AF and 60. RGB value is (240,175,96). Sum of RGB (Red+Green+Blue) = 240+175+96=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF60 is #0F509F. Grayscale: #B9B9B9. Windows color (decimal): -1003680 or 6336496. OLE color: 6336496.

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

Color convert

RGB 240 175 96 -
CMYK 0 0.27 0.6 0.06
HSL 32.92º 0.83% 0.66% -
HSV(B) 32.92º 0.6% 0.94% -
XYZ 53.38 50.03 17.91 -
YUV 185.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 240 175 96 0 0.27 0.6 0.06 32.92 0.83 0.66
Hex F0 AF 60 0 1B 3C 6 21 53 42
Octal 360 257 140 0 33 74 6 41 123 102
Binary 11110000 10101111 1100000 0 11011 111100 110 100001 1010011 1000010

Color Harmonies of #F0AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF60

Black with #F0AF60

Text Example


Text Example

White with #F0AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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