Html Css Color HEX #F18764 Crusta

📋 copy color: '#F18764'

red 241 ◦ green 135 ◦ blue 100

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

Shades of Crusta #F18764

Tints of Crusta #F18764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 100 (39.45% from 255) = 21.01%

R = 50.63%
G = 28.36%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18764 (or 0xF18764) is known color: Crusta. HEX triplet: F1, 87 and 64. RGB value is (241,135,100). Sum of RGB (Red+Green+Blue) = 241+135+100=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F18764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18764 is #0E789B. Grayscale: #A2A2A2. Windows color (decimal): -948380 or 6588401. OLE color: 6588401.

HSL color Cylindrical-coordinate representation of color #F18764: hue angle of 14.89º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18764 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 135 100 -
CMYK 0 0.44 0.59 0.05
HSL 14.89º 0.83% 0.67% -
HSV(B) 14.89º 0.59% 0.95% -
XYZ 47.24 36.95 16.7 -
YUV 162.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 241 135 100 0 0.44 0.59 0.05 14.89 0.83 0.67
Hex F1 87 64 0 2C 3B 5 F 53 43
Octal 361 207 144 0 54 73 5 17 123 103
Binary 11110001 10000111 1100100 0 101100 111011 101 1111 1010011 1000011

Color Harmonies of #F18764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18764

Black with #F18764

Text Example


Text Example

White with #F18764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18764; }

 p { color: rgb(241,135,100); }

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

background-color css

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

 a { background-color: rgb(241,135,100); }

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

border-color css

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

 span { border-color: rgb(241,135,100); }

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