Html Css Color HEX #F5B460 Rajah

📋 copy color: '#F5B460'

red 245 ◦ green 180 ◦ blue 96

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

Shades of Rajah #F5B460

Tints of Rajah #F5B460

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 47.02%
G = 34.55%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F5B460 (or 0xF5B460) is known color: Rajah. HEX triplet: F5, B4 and 60. RGB value is (245,180,96). Sum of RGB (Red+Green+Blue) = 245+180+96=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B460 is #0A4B9F. Grayscale: #BEBEBE. Windows color (decimal): -674720 or 6337781. OLE color: 6337781.

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

Color convert

RGB 245 180 96 -
CMYK 0 0.27 0.61 0.04
HSL 33.83º 0.88% 0.67% -
HSV(B) 33.83º 0.61% 0.96% -
XYZ 56.09 52.9 18.32 -
YUV 189.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 245 180 96 0 0.27 0.61 0.04 33.83 0.88 0.67
Hex F5 B4 60 0 1B 3D 4 22 58 43
Octal 365 264 140 0 33 75 4 42 130 103
Binary 11110101 10110100 1100000 0 11011 111101 100 100010 1011000 1000011

Color Harmonies of #F5B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B460

Black with #F5B460

Text Example


Text Example

White with #F5B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B460; }

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

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

background-color css

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

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

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

border-color css

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

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

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