Html Css Color HEX #F5915C Crusta

📋 copy color: '#F5915C'

red 245 ◦ green 145 ◦ blue 92

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

Shades of Crusta #F5915C

Tints of Crusta #F5915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 50.83%
G = 30.08%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5915C (or 0xF5915C) is known color: Crusta. HEX triplet: F5, 91 and 5C. RGB value is (245,145,92). Sum of RGB (Red+Green+Blue) = 245+145+92=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5915C is #0A6EA3. Grayscale: #A9A9A9. Windows color (decimal): -683684 or 6066677. OLE color: 6066677.

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

Color convert

RGB 245 145 92 -
CMYK 0 0.41 0.62 0.04
HSL 20.78º 0.88% 0.66% -
HSV(B) 20.78º 0.62% 0.96% -
XYZ 49.71 40.44 15.31 -
YUV 168.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 245 145 92 0 0.41 0.62 0.04 20.78 0.88 0.66
Hex F5 91 5C 0 29 3E 4 15 58 42
Octal 365 221 134 0 51 76 4 25 130 102
Binary 11110101 10010001 1011100 0 101001 111110 100 10101 1011000 1000010

Color Harmonies of #F5915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5915C

Black with #F5915C

Text Example


Text Example

White with #F5915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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