Html Css Color HEX #F18B53 Crusta

📋 copy color: '#F18B53'

red 241 ◦ green 139 ◦ blue 83

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

Shades of Crusta #F18B53

Tints of Crusta #F18B53

RGB

 RED value IS 241 (94.53% from 255) = 52.05%

 GREEN value IS 139 (54.69% from 255) = 30.02%

 BLUE value IS 83 (32.81% from 255) = 17.93%

R = 52.05%
G = 30.02%
B = 17.93%

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

#F18B53 (or 0xF18B53) is known color: Crusta. HEX triplet: F1, 8B and 53. RGB value is (241,139,83). Sum of RGB (Red+Green+Blue) = 241+139+83=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B53 is #0E74AC. Grayscale: #A3A3A3. Windows color (decimal): -947373 or 5475313. OLE color: 5475313.

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

Color convert

RGB 241 139 83 -
CMYK 0 0.42 0.66 0.05
HSL 21.27º 0.85% 0.64% -
HSV(B) 21.27º 0.66% 0.95% -
XYZ 47.07 37.79 13 -
YUV 163.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 241 139 83 0 0.42 0.66 0.05 21.27 0.85 0.64
Hex F1 8B 53 0 2A 42 5 15 55 40
Octal 361 213 123 0 52 102 5 25 125 100
Binary 11110001 10001011 1010011 0 101010 1000010 101 10101 1010101 1000000

Color Harmonies of #F18B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B53

Black with #F18B53

Text Example


Text Example

White with #F18B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B53; }

 p { color: rgb(241,139,83); }

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

background-color css

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

 a { background-color: rgb(241,139,83); }

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

border-color css

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

 span { border-color: rgb(241,139,83); }

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