Html Css Color HEX #F5B164 Rajah

📋 copy color: '#F5B164'

red 245 ◦ green 177 ◦ blue 100

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

Shades of Rajah #F5B164

Tints of Rajah #F5B164

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.91%

 BLUE value IS 100 (39.45% from 255) = 19.16%

R = 46.93%
G = 33.91%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5B164 (or 0xF5B164) is known color: Rajah. HEX triplet: F5, B1 and 64. RGB value is (245,177,100). Sum of RGB (Red+Green+Blue) = 245+177+100=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B164 is #0A4E9B. Grayscale: #BCBCBC. Windows color (decimal): -675484 or 6599157. OLE color: 6599157.

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

Color convert

RGB 245 177 100 -
CMYK 0 0.28 0.59 0.04
HSL 31.86º 0.88% 0.68% -
HSV(B) 31.86º 0.59% 0.96% -
XYZ 55.68 51.78 19.12 -
YUV 188.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 245 177 100 0 0.28 0.59 0.04 31.86 0.88 0.68
Hex F5 B1 64 0 1C 3B 4 20 58 44
Octal 365 261 144 0 34 73 4 40 130 104
Binary 11110101 10110001 1100100 0 11100 111011 100 100000 1011000 1000100

Color Harmonies of #F5B164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B164

Black with #F5B164

Text Example


Text Example

White with #F5B164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B164; }

 p { color: rgb(245,177,100); }

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

background-color css

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

 a { background-color: rgb(245,177,100); }

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

border-color css

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

 span { border-color: rgb(245,177,100); }

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