Html Css Color HEX #F37F52 Crusta

📋 copy color: '#F37F52'

red 243 ◦ green 127 ◦ blue 82

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

Shades of Crusta #F37F52

Tints of Crusta #F37F52

RGB

 RED value IS 243 (95.31% from 255) = 53.76%

 GREEN value IS 127 (50% from 255) = 28.1%

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

R = 53.76%
G = 28.1%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F37F52 (or 0xF37F52) is known color: Crusta. HEX triplet: F3, 7F and 52. RGB value is (243,127,82). Sum of RGB (Red+Green+Blue) = 243+127+82=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F52 is #0C80AD. Grayscale: #9C9C9C. Windows color (decimal): -819374 or 5406707. OLE color: 5406707.

HSL color Cylindrical-coordinate representation of color #F37F52: hue angle of 16.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F37F52 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 127 82 -
CMYK 0 0.48 0.66 0.05
HSL 16.77º 0.87% 0.64% -
HSV(B) 16.77º 0.66% 0.95% -
XYZ 46.07 34.84 12.28 -
YUV 156.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 243 127 82 0 0.48 0.66 0.05 16.77 0.87 0.64
Hex F3 7F 52 0 30 42 5 11 57 40
Octal 363 177 122 0 60 102 5 21 127 100
Binary 11110011 1111111 1010010 0 110000 1000010 101 10001 1010111 1000000

Color Harmonies of #F37F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F52

Black with #F37F52

Text Example


Text Example

White with #F37F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F52; }

 p { color: rgb(243,127,82); }

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

background-color css

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

 a { background-color: rgb(243,127,82); }

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

border-color css

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

 span { border-color: rgb(243,127,82); }

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