Html Css Color HEX #F5AF65 Rajah

📋 copy color: '#F5AF65'

red 245 ◦ green 175 ◦ blue 101

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

Shades of Rajah #F5AF65

Tints of Rajah #F5AF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 47.02%
G = 33.59%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5AF65 (or 0xF5AF65) is known color: Rajah. HEX triplet: F5, AF and 65. RGB value is (245,175,101). Sum of RGB (Red+Green+Blue) = 245+175+101=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF65 is #0A509A. Grayscale: #BBBBBB. Windows color (decimal): -675995 or 6664181. OLE color: 6664181.

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

Color convert

RGB 245 175 101 -
CMYK 0 0.29 0.59 0.04
HSL 30.83º 0.88% 0.68% -
HSV(B) 30.83º 0.59% 0.96% -
XYZ 55.34 51.01 19.24 -
YUV 187.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 245 175 101 0 0.29 0.59 0.04 30.83 0.88 0.68
Hex F5 AF 65 0 1D 3B 4 1F 58 44
Octal 365 257 145 0 35 73 4 37 130 104
Binary 11110101 10101111 1100101 0 11101 111011 100 11111 1011000 1000100

Color Harmonies of #F5AF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF65

Black with #F5AF65

Text Example


Text Example

White with #F5AF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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