Html Css Color HEX #F5AF5E Rajah

📋 copy color: '#F5AF5E'

red 245 ◦ green 175 ◦ blue 94

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

Shades of Rajah #F5AF5E

Tints of Rajah #F5AF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.29%

R = 47.67%
G = 34.05%
B = 18.29%

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

#F5AF5E (or 0xF5AF5E) is known color: Rajah. HEX triplet: F5, AF and 5E. RGB value is (245,175,94). Sum of RGB (Red+Green+Blue) = 245+175+94=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AF5E is #0A50A1. Grayscale: #BBBBBB. Windows color (decimal): -676002 or 6205429. OLE color: 6205429.

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

Color convert

RGB 245 175 94 -
CMYK 0 0.29 0.62 0.04
HSL 32.19º 0.88% 0.66% -
HSV(B) 32.19º 0.62% 0.96% -
XYZ 55.01 50.88 17.51 -
YUV 186.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 245 175 94 0 0.29 0.62 0.04 32.19 0.88 0.66
Hex F5 AF 5E 0 1D 3E 4 20 58 42
Octal 365 257 136 0 35 76 4 40 130 102
Binary 11110101 10101111 1011110 0 11101 111110 100 100000 1011000 1000010

Color Harmonies of #F5AF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AF5E

Black with #F5AF5E

Text Example


Text Example

White with #F5AF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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