Html Css Color HEX #F07D4C Crusta

📋 copy color: '#F07D4C'

red 240 ◦ green 125 ◦ blue 76

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

Shades of Crusta #F07D4C

Tints of Crusta #F07D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 54.42%
G = 28.34%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F07D4C (or 0xF07D4C) is known color: Crusta. HEX triplet: F0, 7D and 4C. RGB value is (240,125,76). Sum of RGB (Red+Green+Blue) = 240+125+76=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D4C is #0F82B3. Grayscale: #9A9A9A. Windows color (decimal): -1016500 or 5012976. OLE color: 5012976.

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

Color convert

RGB 240 125 76 -
CMYK 0 0.48 0.68 0.06
HSL 17.93º 0.85% 0.62% -
HSV(B) 17.93º 0.68% 0.94% -
XYZ 44.57 33.71 11 -
YUV 153.8 84.1 189.48 -
System Red Green Blue C M Y K H S L
Decimal 240 125 76 0 0.48 0.68 0.06 17.93 0.85 0.62
Hex F0 7D 4C 0 30 44 6 12 55 3E
Octal 360 175 114 0 60 104 6 22 125 76
Binary 11110000 1111101 1001100 0 110000 1000100 110 10010 1010101 111110

Color Harmonies of #F07D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D4C

Black with #F07D4C

Text Example


Text Example

White with #F07D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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