Html Css Color HEX #F5945A Crusta

📋 copy color: '#F5945A'

red 245 ◦ green 148 ◦ blue 90

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

Shades of Crusta #F5945A

Tints of Crusta #F5945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.64%

 BLUE value IS 90 (35.55% from 255) = 18.63%

R = 50.72%
G = 30.64%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5945A (or 0xF5945A) is known color: Crusta. HEX triplet: F5, 94 and 5A. RGB value is (245,148,90). Sum of RGB (Red+Green+Blue) = 245+148+90=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5945A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5945A is #0A6BA5. Grayscale: #AAAAAA. Windows color (decimal): -682918 or 5936373. OLE color: 5936373.

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

Color convert

RGB 245 148 90 -
CMYK 0 0.40 0.63 0.04
HSL 22.45º 0.89% 0.66% -
HSV(B) 22.45º 0.63% 0.96% -
XYZ 50.09 41.33 15.01 -
YUV 170.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 245 148 90 0 0.40 0.63 0.04 22.45 0.89 0.66
Hex F5 94 5A 0 28 3F 4 16 59 42
Octal 365 224 132 0 50 77 4 26 131 102
Binary 11110101 10010100 1011010 0 101000 111111 100 10110 1011001 1000010

Color Harmonies of #F5945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5945A

Black with #F5945A

Text Example


Text Example

White with #F5945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5945A; }

 p { color: rgb(245,148,90); }

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

background-color css

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

 a { background-color: rgb(245,148,90); }

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

border-color css

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

 span { border-color: rgb(245,148,90); }

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