Html Css Color HEX #F38F50 Crusta

📋 copy color: '#F38F50'

red 243 ◦ green 143 ◦ blue 80

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

Shades of Crusta #F38F50

Tints of Crusta #F38F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.69%

 BLUE value IS 80 (31.64% from 255) = 17.17%

R = 52.15%
G = 30.69%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F38F50 (or 0xF38F50) is known color: Crusta. HEX triplet: F3, 8F and 50. RGB value is (243,143,80). Sum of RGB (Red+Green+Blue) = 243+143+80=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F50 is #0C70AF. Grayscale: #A6A6A6. Windows color (decimal): -815280 or 5279731. OLE color: 5279731.

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

Color convert

RGB 243 143 80 -
CMYK 0 0.41 0.67 0.05
HSL 23.19º 0.87% 0.63% -
HSV(B) 23.19º 0.67% 0.95% -
XYZ 48.23 39.28 12.63 -
YUV 165.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 243 143 80 0 0.41 0.67 0.05 23.19 0.87 0.63
Hex F3 8F 50 0 29 43 5 17 57 3F
Octal 363 217 120 0 51 103 5 27 127 77
Binary 11110011 10001111 1010000 0 101001 1000011 101 10111 1010111 111111

Color Harmonies of #F38F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F50

Black with #F38F50

Text Example


Text Example

White with #F38F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F50; }

 p { color: rgb(243,143,80); }

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

background-color css

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

 a { background-color: rgb(243,143,80); }

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

border-color css

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

 span { border-color: rgb(243,143,80); }

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