Html Css Color HEX #F5AF60 Rajah

📋 copy color: '#F5AF60'

red 245 ◦ green 175 ◦ blue 96

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

Shades of Rajah #F5AF60

Tints of Rajah #F5AF60

RGB

 RED value IS 245 (96.09% from 255) = 47.48%

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

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

R = 47.48%
G = 33.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5AF60 (or 0xF5AF60) is known color: Rajah. HEX triplet: F5, AF and 60. RGB value is (245,175,96). Sum of RGB (Red+Green+Blue) = 245+175+96=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF60 is #0A509F. Grayscale: #BBBBBB. Windows color (decimal): -676000 or 6336501. OLE color: 6336501.

HSL color Cylindrical-coordinate representation of color #F5AF60: hue angle of 31.81º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5AF60 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 175 96 -
CMYK 0 0.29 0.61 0.04
HSL 31.81º 0.88% 0.67% -
HSV(B) 31.81º 0.61% 0.96% -
XYZ 55.1 50.92 17.99 -
YUV 186.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 245 175 96 0 0.29 0.61 0.04 31.81 0.88 0.67
Hex F5 AF 60 0 1D 3D 4 20 58 43
Octal 365 257 140 0 35 75 4 40 130 103
Binary 11110101 10101111 1100000 0 11101 111101 100 100000 1011000 1000011

Color Harmonies of #F5AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF60

Black with #F5AF60

Text Example


Text Example

White with #F5AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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