Html Css Color HEX #F38256 Crusta

📋 copy color: '#F38256'

red 243 ◦ green 130 ◦ blue 86

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

Shades of Crusta #F38256

Tints of Crusta #F38256

RGB

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

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

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

R = 52.94%
G = 28.32%
B = 18.74%

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

#F38256 (or 0xF38256) is known color: Crusta. HEX triplet: F3, 82 and 56. RGB value is (243,130,86). Sum of RGB (Red+Green+Blue) = 243+130+86=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F38256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38256 is #0C7DA9. Grayscale: #9F9F9F. Windows color (decimal): -818602 or 5669619. OLE color: 5669619.

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

Color convert

RGB 243 130 86 -
CMYK 0 0.47 0.65 0.05
HSL 16.82º 0.87% 0.65% -
HSV(B) 16.82º 0.65% 0.95% -
XYZ 46.62 35.69 13.24 -
YUV 158.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 243 130 86 0 0.47 0.65 0.05 16.82 0.87 0.65
Hex F3 82 56 0 2F 41 5 11 57 41
Octal 363 202 126 0 57 101 5 21 127 101
Binary 11110011 10000010 1010110 0 101111 1000001 101 10001 1010111 1000001

Color Harmonies of #F38256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38256

Black with #F38256

Text Example


Text Example

White with #F38256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38256; }

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

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

background-color css

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

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

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

border-color css

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

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

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