Html Css Color HEX #F5AB5E Rajah

📋 copy color: '#F5AB5E'

red 245 ◦ green 171 ◦ blue 94

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

Shades of Rajah #F5AB5E

Tints of Rajah #F5AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 48.04%
G = 33.53%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5AB5E (or 0xF5AB5E) is known color: Rajah. HEX triplet: F5, AB and 5E. RGB value is (245,171,94). Sum of RGB (Red+Green+Blue) = 245+171+94=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 94 (37.11% from 255 or 18.43% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5AB5E is #0A54A1. Grayscale: #B8B8B8. Windows color (decimal): -677026 or 6204405. OLE color: 6204405.

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

Color convert

RGB 245 171 94 -
CMYK 0 0.30 0.62 0.04
HSL 30.6º 0.88% 0.66% -
HSV(B) 30.6º 0.62% 0.96% -
XYZ 54.24 49.35 17.26 -
YUV 184.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 245 171 94 0 0.30 0.62 0.04 30.6 0.88 0.66
Hex F5 AB 5E 0 1E 3E 4 1F 58 42
Octal 365 253 136 0 36 76 4 37 130 102
Binary 11110101 10101011 1011110 0 11110 111110 100 11111 1011000 1000010

Color Harmonies of #F5AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB5E

Black with #F5AB5E

Text Example


Text Example

White with #F5AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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