Html Css Color HEX #F07D52 Crusta

📋 copy color: '#F07D52'

red 240 ◦ green 125 ◦ blue 82

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

Shades of Crusta #F07D52

Tints of Crusta #F07D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.34%

R = 53.69%
G = 27.96%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F07D52 (or 0xF07D52) is known color: Crusta. HEX triplet: F0, 7D and 52. RGB value is (240,125,82). Sum of RGB (Red+Green+Blue) = 240+125+82=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D52 is #0F82AD. Grayscale: #9A9A9A. Windows color (decimal): -1016494 or 5406192. OLE color: 5406192.

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

Color convert

RGB 240 125 82 -
CMYK 0 0.48 0.66 0.06
HSL 16.33º 0.84% 0.63% -
HSV(B) 16.33º 0.66% 0.94% -
XYZ 44.79 33.8 12.15 -
YUV 154.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 240 125 82 0 0.48 0.66 0.06 16.33 0.84 0.63
Hex F0 7D 52 0 30 42 6 10 54 3F
Octal 360 175 122 0 60 102 6 20 124 77
Binary 11110000 1111101 1010010 0 110000 1000010 110 10000 1010100 111111

Color Harmonies of #F07D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D52

Black with #F07D52

Text Example


Text Example

White with #F07D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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