Html Css Color HEX #F38C56 Crusta

📋 copy color: '#F38C56'

red 243 ◦ green 140 ◦ blue 86

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

Shades of Crusta #F38C56

Tints of Crusta #F38C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.85%

 BLUE value IS 86 (33.98% from 255) = 18.34%

R = 51.81%
G = 29.85%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F38C56 (or 0xF38C56) is known color: Crusta. HEX triplet: F3, 8C and 56. RGB value is (243,140,86). Sum of RGB (Red+Green+Blue) = 243+140+86=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C56 is #0C73A9. Grayscale: #A4A4A4. Windows color (decimal): -816042 or 5672179. OLE color: 5672179.

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

Color convert

RGB 243 140 86 -
CMYK 0 0.42 0.65 0.05
HSL 20.64º 0.87% 0.65% -
HSV(B) 20.64º 0.65% 0.95% -
XYZ 48.02 38.48 13.7 -
YUV 164.64 83.62 183.89 -
System Red Green Blue C M Y K H S L
Decimal 243 140 86 0 0.42 0.65 0.05 20.64 0.87 0.65
Hex F3 8C 56 0 2A 41 5 15 57 41
Octal 363 214 126 0 52 101 5 25 127 101
Binary 11110011 10001100 1010110 0 101010 1000001 101 10101 1010111 1000001

Color Harmonies of #F38C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C56

Black with #F38C56

Text Example


Text Example

White with #F38C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C56; }

 p { color: rgb(243,140,86); }

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

background-color css

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

 a { background-color: rgb(243,140,86); }

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

border-color css

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

 span { border-color: rgb(243,140,86); }

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