Html Css Color HEX #F5B367 Rajah

📋 copy color: '#F5B367'

red 245 ◦ green 179 ◦ blue 103

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

Shades of Rajah #F5B367

Tints of Rajah #F5B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.97%

 BLUE value IS 103 (40.63% from 255) = 19.54%

R = 46.49%
G = 33.97%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F5B367 (or 0xF5B367) is known color: Rajah. HEX triplet: F5, B3 and 67. RGB value is (245,179,103). Sum of RGB (Red+Green+Blue) = 245+179+103=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B367 is #0A4C98. Grayscale: #BEBEBE. Windows color (decimal): -674969 or 6796277. OLE color: 6796277.

HSL color Cylindrical-coordinate representation of color #F5B367: hue angle of 32.11º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5B367 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 103 -
CMYK 0 0.27 0.58 0.04
HSL 32.11º 0.88% 0.68% -
HSV(B) 32.11º 0.58% 0.96% -
XYZ 56.22 52.63 20.03 -
YUV 190.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 245 179 103 0 0.27 0.58 0.04 32.11 0.88 0.68
Hex F5 B3 67 0 1B 3A 4 20 58 44
Octal 365 263 147 0 33 72 4 40 130 104
Binary 11110101 10110011 1100111 0 11011 111010 100 100000 1011000 1000100

Color Harmonies of #F5B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B367

Black with #F5B367

Text Example


Text Example

White with #F5B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B367; }

 p { color: rgb(245,179,103); }

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

background-color css

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

 a { background-color: rgb(245,179,103); }

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

border-color css

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

 span { border-color: rgb(245,179,103); }

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