Html Css Color HEX #F5915B Crusta

📋 copy color: '#F5915B'

red 245 ◦ green 145 ◦ blue 91

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

Shades of Crusta #F5915B

Tints of Crusta #F5915B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.15%

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

R = 50.94%
G = 30.15%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5915B (or 0xF5915B) is known color: Crusta. HEX triplet: F5, 91 and 5B. RGB value is (245,145,91). Sum of RGB (Red+Green+Blue) = 245+145+91=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5915B is #0A6EA4. Grayscale: #A9A9A9. Windows color (decimal): -683685 or 6001141. OLE color: 6001141.

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

Color convert

RGB 245 145 91 -
CMYK 0 0.41 0.63 0.04
HSL 21.04º 0.89% 0.66% -
HSV(B) 21.04º 0.63% 0.96% -
XYZ 49.67 40.42 15.08 -
YUV 168.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 245 145 91 0 0.41 0.63 0.04 21.04 0.89 0.66
Hex F5 91 5B 0 29 3F 4 15 59 42
Octal 365 221 133 0 51 77 4 25 131 102
Binary 11110101 10010001 1011011 0 101001 111111 100 10101 1011001 1000010

Color Harmonies of #F5915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5915B

Black with #F5915B

Text Example


Text Example

White with #F5915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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