Html Css Color HEX #F38255 Crusta

📋 copy color: '#F38255'

red 243 ◦ green 130 ◦ blue 85

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

Shades of Crusta #F38255

Tints of Crusta #F38255

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.38%

 BLUE value IS 85 (33.59% from 255) = 18.56%

R = 53.06%
G = 28.38%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#F38255 (or 0xF38255) is known color: Crusta. HEX triplet: F3, 82 and 55. RGB value is (243,130,85). Sum of RGB (Red+Green+Blue) = 243+130+85=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F38255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38255 is #0C7DAA. Grayscale: #9E9E9E. Windows color (decimal): -818603 or 5604083. OLE color: 5604083.

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

Color convert

RGB 243 130 85 -
CMYK 0 0.47 0.65 0.05
HSL 17.09º 0.87% 0.64% -
HSV(B) 17.09º 0.65% 0.95% -
XYZ 46.58 35.68 13.03 -
YUV 158.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 243 130 85 0 0.47 0.65 0.05 17.09 0.87 0.64
Hex F3 82 55 0 2F 41 5 11 57 40
Octal 363 202 125 0 57 101 5 21 127 100
Binary 11110011 10000010 1010101 0 101111 1000001 101 10001 1010111 1000000

Color Harmonies of #F38255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38255

Black with #F38255

Text Example


Text Example

White with #F38255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38255; }

 p { color: rgb(243,130,85); }

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

background-color css

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

 a { background-color: rgb(243,130,85); }

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

border-color css

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

 span { border-color: rgb(243,130,85); }

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