Html Css Color HEX #F5AC65 Rajah

📋 copy color: '#F5AC65'

red 245 ◦ green 172 ◦ blue 101

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

Shades of Rajah #F5AC65

Tints of Rajah #F5AC65

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.2%

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

R = 47.3%
G = 33.2%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5AC65 (or 0xF5AC65) is known color: Rajah. HEX triplet: F5, AC and 65. RGB value is (245,172,101). Sum of RGB (Red+Green+Blue) = 245+172+101=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AC65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AC65 is #0A539A. Grayscale: #BABABA. Windows color (decimal): -676763 or 6663413. OLE color: 6663413.

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

Color convert

RGB 245 172 101 -
CMYK 0 0.30 0.59 0.04
HSL 29.58º 0.88% 0.68% -
HSV(B) 29.58º 0.59% 0.96% -
XYZ 54.76 49.86 19.05 -
YUV 185.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 245 172 101 0 0.30 0.59 0.04 29.58 0.88 0.68
Hex F5 AC 65 0 1E 3B 4 1E 58 44
Octal 365 254 145 0 36 73 4 36 130 104
Binary 11110101 10101100 1100101 0 11110 111011 100 11110 1011000 1000100

Color Harmonies of #F5AC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AC65

Black with #F5AC65

Text Example


Text Example

White with #F5AC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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