Html Css Color HEX #F07D5C Crusta

📋 copy color: '#F07D5C'

red 240 ◦ green 125 ◦ blue 92

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

Shades of Crusta #F07D5C

Tints of Crusta #F07D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 52.52%
G = 27.35%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F07D5C (or 0xF07D5C) is known color: Crusta. HEX triplet: F0, 7D and 5C. RGB value is (240,125,92). Sum of RGB (Red+Green+Blue) = 240+125+92=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D5C is #0F82A3. Grayscale: #9B9B9B. Windows color (decimal): -1016484 or 6061552. OLE color: 6061552.

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

Color convert

RGB 240 125 92 -
CMYK 0 0.48 0.62 0.06
HSL 13.38º 0.83% 0.65% -
HSV(B) 13.38º 0.62% 0.94% -
XYZ 45.2 33.97 14.3 -
YUV 155.62 92.1 188.18 -
System Red Green Blue C M Y K H S L
Decimal 240 125 92 0 0.48 0.62 0.06 13.38 0.83 0.65
Hex F0 7D 5C 0 30 3E 6 D 53 41
Octal 360 175 134 0 60 76 6 15 123 101
Binary 11110000 1111101 1011100 0 110000 111110 110 1101 1010011 1000001

Color Harmonies of #F07D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D5C

Black with #F07D5C

Text Example


Text Example

White with #F07D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D5C; }

 p { color: rgb(240,125,92); }

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

background-color css

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

 a { background-color: rgb(240,125,92); }

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

border-color css

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

 span { border-color: rgb(240,125,92); }

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