Html Css Color HEX #F07D4F Crusta

📋 copy color: '#F07D4F'

red 240 ◦ green 125 ◦ blue 79

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

Shades of Crusta #F07D4F

Tints of Crusta #F07D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.79%

R = 54.05%
G = 28.15%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F07D4F (or 0xF07D4F) is known color: Crusta. HEX triplet: F0, 7D and 4F. RGB value is (240,125,79). Sum of RGB (Red+Green+Blue) = 240+125+79=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D4F is #0F82B0. Grayscale: #9A9A9A. Windows color (decimal): -1016497 or 5209584. OLE color: 5209584.

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

Color convert

RGB 240 125 79 -
CMYK 0 0.48 0.67 0.06
HSL 17.14º 0.84% 0.63% -
HSV(B) 17.14º 0.67% 0.94% -
XYZ 44.68 33.76 11.56 -
YUV 154.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 240 125 79 0 0.48 0.67 0.06 17.14 0.84 0.63
Hex F0 7D 4F 0 30 43 6 11 54 3F
Octal 360 175 117 0 60 103 6 21 124 77
Binary 11110000 1111101 1001111 0 110000 1000011 110 10001 1010100 111111

Color Harmonies of #F07D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D4F

Black with #F07D4F

Text Example


Text Example

White with #F07D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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