Html Css Color HEX #F38C64 Crusta

📋 copy color: '#F38C64'

red 243 ◦ green 140 ◦ blue 100

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

Shades of Crusta #F38C64

Tints of Crusta #F38C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 50.31%
G = 28.99%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F38C64 (or 0xF38C64) is known color: Crusta. HEX triplet: F3, 8C and 64. RGB value is (243,140,100). Sum of RGB (Red+Green+Blue) = 243+140+100=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C64 is #0C739B. Grayscale: #A6A6A6. Windows color (decimal): -816028 or 6589683. OLE color: 6589683.

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

Color convert

RGB 243 140 100 -
CMYK 0 0.42 0.59 0.05
HSL 16.78º 0.86% 0.67% -
HSV(B) 16.78º 0.59% 0.95% -
XYZ 48.64 38.73 16.97 -
YUV 166.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 243 140 100 0 0.42 0.59 0.05 16.78 0.86 0.67
Hex F3 8C 64 0 2A 3B 5 11 56 43
Octal 363 214 144 0 52 73 5 21 126 103
Binary 11110011 10001100 1100100 0 101010 111011 101 10001 1010110 1000011

Color Harmonies of #F38C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C64

Black with #F38C64

Text Example


Text Example

White with #F38C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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