Html Css Color HEX #F38C52 Crusta

📋 copy color: '#F38C52'

red 243 ◦ green 140 ◦ blue 82

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

Shades of Crusta #F38C52

Tints of Crusta #F38C52

RGB

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

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

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

R = 52.26%
G = 30.11%
B = 17.63%

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

#F38C52 (or 0xF38C52) is known color: Crusta. HEX triplet: F3, 8C and 52. RGB value is (243,140,82). Sum of RGB (Red+Green+Blue) = 243+140+82=465 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.26% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C52 is #0C73AD. Grayscale: #A4A4A4. Windows color (decimal): -816046 or 5410035. OLE color: 5410035.

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

Color convert

RGB 243 140 82 -
CMYK 0 0.42 0.66 0.05
HSL 21.61º 0.87% 0.64% -
HSV(B) 21.61º 0.66% 0.95% -
XYZ 47.86 38.42 12.88 -
YUV 164.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 243 140 82 0 0.42 0.66 0.05 21.61 0.87 0.64
Hex F3 8C 52 0 2A 42 5 16 57 40
Octal 363 214 122 0 52 102 5 26 127 100
Binary 11110011 10001100 1010010 0 101010 1000010 101 10110 1010111 1000000

Color Harmonies of #F38C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C52

Black with #F38C52

Text Example


Text Example

White with #F38C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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