Html Css Color HEX #F5AD5D Rajah

📋 copy color: '#F5AD5D'

red 245 ◦ green 173 ◦ blue 93

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

Shades of Rajah #F5AD5D

Tints of Rajah #F5AD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.2%

R = 47.95%
G = 33.86%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5AD5D (or 0xF5AD5D) is known color: Rajah. HEX triplet: F5, AD and 5D. RGB value is (245,173,93). Sum of RGB (Red+Green+Blue) = 245+173+93=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AD5D is #0A52A2. Grayscale: #B9B9B9. Windows color (decimal): -676515 or 6139381. OLE color: 6139381.

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

Color convert

RGB 245 173 93 -
CMYK 0 0.29 0.62 0.04
HSL 31.58º 0.88% 0.66% -
HSV(B) 31.58º 0.62% 0.96% -
XYZ 54.58 50.09 17.15 -
YUV 185.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 245 173 93 0 0.29 0.62 0.04 31.58 0.88 0.66
Hex F5 AD 5D 0 1D 3E 4 20 58 42
Octal 365 255 135 0 35 76 4 40 130 102
Binary 11110101 10101101 1011101 0 11101 111110 100 100000 1011000 1000010

Color Harmonies of #F5AD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD5D

Black with #F5AD5D

Text Example


Text Example

White with #F5AD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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