Html Css Color HEX #F37F4D Crusta

📋 copy color: '#F37F4D'

red 243 ◦ green 127 ◦ blue 77

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

Shades of Crusta #F37F4D

Tints of Crusta #F37F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.23%

R = 54.36%
G = 28.41%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F37F4D (or 0xF37F4D) is known color: Crusta. HEX triplet: F3, 7F and 4D. RGB value is (243,127,77). Sum of RGB (Red+Green+Blue) = 243+127+77=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F4D is #0C80B2. Grayscale: #9C9C9C. Windows color (decimal): -819379 or 5079027. OLE color: 5079027.

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

Color convert

RGB 243 127 77 -
CMYK 0 0.48 0.68 0.05
HSL 18.07º 0.87% 0.63% -
HSV(B) 18.07º 0.68% 0.95% -
XYZ 45.89 34.77 11.31 -
YUV 155.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 243 127 77 0 0.48 0.68 0.05 18.07 0.87 0.63
Hex F3 7F 4D 0 30 44 5 12 57 3F
Octal 363 177 115 0 60 104 5 22 127 77
Binary 11110011 1111111 1001101 0 110000 1000100 101 10010 1010111 111111

Color Harmonies of #F37F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F37F4D

Black with #F37F4D

Text Example


Text Example

White with #F37F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F37F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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