Html Css Color HEX #F0915D Crusta

📋 copy color: '#F0915D'

red 240 ◦ green 145 ◦ blue 93

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

Shades of Crusta #F0915D

Tints of Crusta #F0915D

RGB

 RED value IS 240 (94.14% from 255) = 50.21%

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

 BLUE value IS 93 (36.72% from 255) = 19.46%

R = 50.21%
G = 30.33%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#F0915D (or 0xF0915D) is known color: Crusta. HEX triplet: F0, 91 and 5D. RGB value is (240,145,93). Sum of RGB (Red+Green+Blue) = 240+145+93=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915D is #0F6EA2. Grayscale: #A7A7A7. Windows color (decimal): -1011363 or 6132208. OLE color: 6132208.

HSL color Cylindrical-coordinate representation of color #F0915D: hue angle of 21.22º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F0915D is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 93 -
CMYK 0 0.40 0.61 0.06
HSL 21.22º 0.83% 0.65% -
HSV(B) 21.22º 0.61% 0.94% -
XYZ 48.04 39.57 15.46 -
YUV 167.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 240 145 93 0 0.40 0.61 0.06 21.22 0.83 0.65
Hex F0 91 5D 0 28 3D 6 15 53 41
Octal 360 221 135 0 50 75 6 25 123 101
Binary 11110000 10010001 1011101 0 101000 111101 110 10101 1010011 1000001

Color Harmonies of #F0915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0915D

Black with #F0915D

Text Example


Text Example

White with #F0915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0915D; }

 p { color: rgb(240,145,93); }

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

background-color css

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

 a { background-color: rgb(240,145,93); }

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

border-color css

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

 span { border-color: rgb(240,145,93); }

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