Html Css Color HEX #F67E60 Crusta

📋 copy color: '#F67E60'

red 246 ◦ green 126 ◦ blue 96

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

Shades of Crusta #F67E60

Tints of Crusta #F67E60

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.92%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 52.56%
G = 26.92%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F67E60 (or 0xF67E60) is known color: Crusta. HEX triplet: F6, 7E and 60. RGB value is (246,126,96). Sum of RGB (Red+Green+Blue) = 246+126+96=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E60 is #09819F. Grayscale: #9E9E9E. Windows color (decimal): -623008 or 6323958. OLE color: 6323958.

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

Color convert

RGB 246 126 96 -
CMYK 0 0.49 0.61 0.04
HSL 12º 0.89% 0.67% -
HSV(B) 12º 0.61% 0.96% -
XYZ 47.58 35.36 15.38 -
YUV 158.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 246 126 96 0 0.49 0.61 0.04 12 0.89 0.67
Hex F6 7E 60 0 31 3D 4 C 59 43
Octal 366 176 140 0 61 75 4 14 131 103
Binary 11110110 1111110 1100000 0 110001 111101 100 1100 1011001 1000011

Color Harmonies of #F67E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67E60

Black with #F67E60

Text Example


Text Example

White with #F67E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67E60; }

 p { color: rgb(246,126,96); }

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

background-color css

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

 a { background-color: rgb(246,126,96); }

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

border-color css

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

 span { border-color: rgb(246,126,96); }

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