Html Css Color HEX #F18652 Crusta

📋 copy color: '#F18652'

red 241 ◦ green 134 ◦ blue 82

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

Shades of Crusta #F18652

Tints of Crusta #F18652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.32%

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

R = 52.74%
G = 29.32%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F18652 (or 0xF18652) is known color: Crusta. HEX triplet: F1, 86 and 52. RGB value is (241,134,82). Sum of RGB (Red+Green+Blue) = 241+134+82=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18652 is #0E79AD. Grayscale: #A0A0A0. Windows color (decimal): -948654 or 5408497. OLE color: 5408497.

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

Color convert

RGB 241 134 82 -
CMYK 0 0.44 0.66 0.05
HSL 19.62º 0.85% 0.63% -
HSV(B) 19.62º 0.66% 0.95% -
XYZ 46.32 36.36 12.56 -
YUV 160.07 83.95 185.73 -
System Red Green Blue C M Y K H S L
Decimal 241 134 82 0 0.44 0.66 0.05 19.62 0.85 0.63
Hex F1 86 52 0 2C 42 5 14 55 3F
Octal 361 206 122 0 54 102 5 24 125 77
Binary 11110001 10000110 1010010 0 101100 1000010 101 10100 1010101 111111

Color Harmonies of #F18652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18652

Black with #F18652

Text Example


Text Example

White with #F18652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18652; }

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

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

background-color css

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

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

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

border-color css

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

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

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