Html Css Color HEX #F38350 Crusta

📋 copy color: '#F38350'

red 243 ◦ green 131 ◦ blue 80

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

Shades of Crusta #F38350

Tints of Crusta #F38350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.85%

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

R = 53.52%
G = 28.85%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F38350 (or 0xF38350) is known color: Crusta. HEX triplet: F3, 83 and 50. RGB value is (243,131,80). Sum of RGB (Red+Green+Blue) = 243+131+80=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F38350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38350 is #0C7CAF. Grayscale: #9E9E9E. Windows color (decimal): -818352 or 5276659. OLE color: 5276659.

HSL color Cylindrical-coordinate representation of color #F38350: hue angle of 18.77º 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 #F38350 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 131 80 -
CMYK 0 0.46 0.67 0.05
HSL 18.77º 0.87% 0.63% -
HSV(B) 18.77º 0.67% 0.95% -
XYZ 46.53 35.87 12.06 -
YUV 158.67 83.61 188.15 -
System Red Green Blue C M Y K H S L
Decimal 243 131 80 0 0.46 0.67 0.05 18.77 0.87 0.63
Hex F3 83 50 0 2E 43 5 13 57 3F
Octal 363 203 120 0 56 103 5 23 127 77
Binary 11110011 10000011 1010000 0 101110 1000011 101 10011 1010111 111111

Color Harmonies of #F38350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38350

Black with #F38350

Text Example


Text Example

White with #F38350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38350; }

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

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

background-color css

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

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

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

border-color css

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

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

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