Html Css Color HEX #F5935B Crusta

📋 copy color: '#F5935B'

red 245 ◦ green 147 ◦ blue 91

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

Shades of Crusta #F5935B

Tints of Crusta #F5935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.43%

 BLUE value IS 91 (35.94% from 255) = 18.84%

R = 50.72%
G = 30.43%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5935B (or 0xF5935B) is known color: Crusta. HEX triplet: F5, 93 and 5B. RGB value is (245,147,91). Sum of RGB (Red+Green+Blue) = 245+147+91=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 147 (57.81% from 255 or 30.43% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5935B is #0A6CA4. Grayscale: #AAAAAA. Windows color (decimal): -683173 or 6001653. OLE color: 6001653.

HSL color Cylindrical-coordinate representation of color #F5935B: hue angle of 21.82º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5935B is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 147 91 -
CMYK 0 0.4 0.63 0.04
HSL 21.82º 0.89% 0.66% -
HSV(B) 21.82º 0.63% 0.96% -
XYZ 49.98 41.04 15.18 -
YUV 169.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 245 147 91 0 0.4 0.63 0.04 21.82 0.89 0.66
Hex F5 93 5B 0 28 3F 4 16 59 42
Octal 365 223 133 0 50 77 4 26 131 102
Binary 11110101 10010011 1011011 0 101000 111111 100 10110 1011001 1000010

Color Harmonies of #F5935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5935B

Black with #F5935B

Text Example


Text Example

White with #F5935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5935B; }

 p { color: rgb(245,147,91); }

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

background-color css

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

 a { background-color: rgb(245,147,91); }

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

border-color css

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

 span { border-color: rgb(245,147,91); }

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