Html Css Color HEX #F67D5C Crusta

📋 copy color: '#F67D5C'

red 246 ◦ green 125 ◦ blue 92

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

Shades of Crusta #F67D5C

Tints of Crusta #F67D5C

RGB

 RED value IS 246 (96.48% from 255) = 53.13%

 GREEN value IS 125 (49.22% from 255) = 27%

 BLUE value IS 92 (36.33% from 255) = 19.87%

R = 53.13%
G = 27%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F67D5C (or 0xF67D5C) is known color: Crusta. HEX triplet: F6, 7D and 5C. RGB value is (246,125,92). Sum of RGB (Red+Green+Blue) = 246+125+92=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D5C is #0982A3. Grayscale: #9D9D9D. Windows color (decimal): -623268 or 6061558. OLE color: 6061558.

HSL color Cylindrical-coordinate representation of color #F67D5C: hue angle of 12.86º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F67D5C is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 125 92 -
CMYK 0 0.49 0.63 0.04
HSL 12.86º 0.9% 0.66% -
HSV(B) 12.86º 0.63% 0.96% -
XYZ 47.27 35.03 14.4 -
YUV 157.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 246 125 92 0 0.49 0.63 0.04 12.86 0.9 0.66
Hex F6 7D 5C 0 31 3F 4 D 5A 42
Octal 366 175 134 0 61 77 4 15 132 102
Binary 11110110 1111101 1011100 0 110001 111111 100 1101 1011010 1000010

Color Harmonies of #F67D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D5C

Black with #F67D5C

Text Example


Text Example

White with #F67D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D5C; }

 p { color: rgb(246,125,92); }

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

background-color css

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

 a { background-color: rgb(246,125,92); }

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

border-color css

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

 span { border-color: rgb(246,125,92); }

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