Html Css Color HEX #F5B465 Rajah

📋 copy color: '#F5B465'

red 245 ◦ green 180 ◦ blue 101

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

Shades of Rajah #F5B465

Tints of Rajah #F5B465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.2%

R = 46.58%
G = 34.22%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F5B465 (or 0xF5B465) is known color: Rajah. HEX triplet: F5, B4 and 65. RGB value is (245,180,101). Sum of RGB (Red+Green+Blue) = 245+180+101=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B465 is #0A4B9A. Grayscale: #BEBEBE. Windows color (decimal): -674715 or 6665461. OLE color: 6665461.

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

Color convert

RGB 245 180 101 -
CMYK 0 0.27 0.59 0.04
HSL 32.92º 0.88% 0.68% -
HSV(B) 32.92º 0.59% 0.96% -
XYZ 56.33 52.99 19.57 -
YUV 190.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 245 180 101 0 0.27 0.59 0.04 32.92 0.88 0.68
Hex F5 B4 65 0 1B 3B 4 21 58 44
Octal 365 264 145 0 33 73 4 41 130 104
Binary 11110101 10110100 1100101 0 11011 111011 100 100001 1011000 1000100

Color Harmonies of #F5B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B465

Black with #F5B465

Text Example


Text Example

White with #F5B465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B465; }

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

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

background-color css

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

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

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

border-color css

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

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

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