Html Css Color HEX #F0AF61 Rajah

📋 copy color: '#F0AF61'

red 240 ◦ green 175 ◦ blue 97

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

Shades of Rajah #F0AF61

Tints of Rajah #F0AF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.95%

R = 46.88%
G = 34.18%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0AF61 (or 0xF0AF61) is known color: Rajah. HEX triplet: F0, AF and 61. RGB value is (240,175,97). Sum of RGB (Red+Green+Blue) = 240+175+97=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF61 is #0F509E. Grayscale: #B9B9B9. Windows color (decimal): -1003679 or 6402032. OLE color: 6402032.

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

Color convert

RGB 240 175 97 -
CMYK 0 0.27 0.60 0.06
HSL 32.73º 0.83% 0.66% -
HSV(B) 32.73º 0.6% 0.94% -
XYZ 53.42 50.05 18.15 -
YUV 185.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 240 175 97 0 0.27 0.60 0.06 32.73 0.83 0.66
Hex F0 AF 61 0 1B 3C 6 21 53 42
Octal 360 257 141 0 33 74 6 41 123 102
Binary 11110000 10101111 1100001 0 11011 111100 110 100001 1010011 1000010

Color Harmonies of #F0AF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF61

Black with #F0AF61

Text Example


Text Example

White with #F0AF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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