Html Css Color HEX #F5AD65 Rajah

📋 copy color: '#F5AD65'

red 245 ◦ green 173 ◦ blue 101

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

Shades of Rajah #F5AD65

Tints of Rajah #F5AD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

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

R = 47.21%
G = 33.33%
B = 19.46%

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

#F5AD65 (or 0xF5AD65) is known color: Rajah. HEX triplet: F5, AD and 65. RGB value is (245,173,101). Sum of RGB (Red+Green+Blue) = 245+173+101=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD65 is #0A529A. Grayscale: #BABABA. Windows color (decimal): -676507 or 6663669. OLE color: 6663669.

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

Color convert

RGB 245 173 101 -
CMYK 0 0.29 0.59 0.04
HSL 30º 0.88% 0.68% -
HSV(B) 30º 0.59% 0.96% -
XYZ 54.95 50.24 19.11 -
YUV 186.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 245 173 101 0 0.29 0.59 0.04 30 0.88 0.68
Hex F5 AD 65 0 1D 3B 4 1E 58 44
Octal 365 255 145 0 35 73 4 36 130 104
Binary 11110101 10101101 1100101 0 11101 111011 100 11110 1011000 1000100

Color Harmonies of #F5AD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD65

Black with #F5AD65

Text Example


Text Example

White with #F5AD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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