Html Css Color HEX #F38D52 Crusta

📋 copy color: '#F38D52'

red 243 ◦ green 141 ◦ blue 82

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

Shades of Crusta #F38D52

Tints of Crusta #F38D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 52.15%
G = 30.26%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F38D52 (or 0xF38D52) is known color: Crusta. HEX triplet: F3, 8D and 52. RGB value is (243,141,82). Sum of RGB (Red+Green+Blue) = 243+141+82=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D52 is #0C72AD. Grayscale: #A5A5A5. Windows color (decimal): -815790 or 5410291. OLE color: 5410291.

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

Color convert

RGB 243 141 82 -
CMYK 0 0.42 0.66 0.05
HSL 21.99º 0.87% 0.64% -
HSV(B) 21.99º 0.66% 0.95% -
XYZ 48.01 38.71 12.92 -
YUV 164.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 243 141 82 0 0.42 0.66 0.05 21.99 0.87 0.64
Hex F3 8D 52 0 2A 42 5 16 57 40
Octal 363 215 122 0 52 102 5 26 127 100
Binary 11110011 10001101 1010010 0 101010 1000010 101 10110 1010111 1000000

Color Harmonies of #F38D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D52

Black with #F38D52

Text Example


Text Example

White with #F38D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D52; }

 p { color: rgb(243,141,82); }

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

background-color css

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

 a { background-color: rgb(243,141,82); }

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

border-color css

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

 span { border-color: rgb(243,141,82); }

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