Html Css Color HEX #F18B52 Crusta

📋 copy color: '#F18B52'

red 241 ◦ green 139 ◦ blue 82

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

Shades of Crusta #F18B52

Tints of Crusta #F18B52

RGB

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

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

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

R = 52.16%
G = 30.09%
B = 17.75%

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

#F18B52 (or 0xF18B52) is known color: Crusta. HEX triplet: F1, 8B and 52. RGB value is (241,139,82). Sum of RGB (Red+Green+Blue) = 241+139+82=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18B52 is #0E74AD. Grayscale: #A3A3A3. Windows color (decimal): -947374 or 5409777. OLE color: 5409777.

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

Color convert

RGB 241 139 82 -
CMYK 0 0.42 0.66 0.05
HSL 21.51º 0.85% 0.63% -
HSV(B) 21.51º 0.66% 0.95% -
XYZ 47.03 37.78 12.8 -
YUV 163 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 241 139 82 0 0.42 0.66 0.05 21.51 0.85 0.63
Hex F1 8B 52 0 2A 42 5 16 55 3F
Octal 361 213 122 0 52 102 5 26 125 77
Binary 11110001 10001011 1010010 0 101010 1000010 101 10110 1010101 111111

Color Harmonies of #F18B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B52

Black with #F18B52

Text Example


Text Example

White with #F18B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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