Html Css Color HEX #F5AD60 Rajah

📋 copy color: '#F5AD60'

red 245 ◦ green 173 ◦ blue 96

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

Shades of Rajah #F5AD60

Tints of Rajah #F5AD60

RGB

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

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

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

R = 47.67%
G = 33.66%
B = 18.68%

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

#F5AD60 (or 0xF5AD60) is known color: Rajah. HEX triplet: F5, AD and 60. RGB value is (245,173,96). Sum of RGB (Red+Green+Blue) = 245+173+96=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 96 (37.89% from 255 or 18.68% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD60 is #0A529F. Grayscale: #BABABA. Windows color (decimal): -676512 or 6335989. OLE color: 6335989.

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

Color convert

RGB 245 173 96 -
CMYK 0 0.29 0.61 0.04
HSL 31.01º 0.88% 0.67% -
HSV(B) 31.01º 0.61% 0.96% -
XYZ 54.71 50.14 17.86 -
YUV 185.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 245 173 96 0 0.29 0.61 0.04 31.01 0.88 0.67
Hex F5 AD 60 0 1D 3D 4 1F 58 43
Octal 365 255 140 0 35 75 4 37 130 103
Binary 11110101 10101101 1100000 0 11101 111101 100 11111 1011000 1000011

Color Harmonies of #F5AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD60

Black with #F5AD60

Text Example


Text Example

White with #F5AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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