Html Css Color HEX #F68050 Crusta

📋 copy color: '#F68050'

red 246 ◦ green 128 ◦ blue 80

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

Shades of Crusta #F68050

Tints of Crusta #F68050

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 54.19%
G = 28.19%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F68050 (or 0xF68050) is known color: Crusta. HEX triplet: F6, 80 and 50. RGB value is (246,128,80). Sum of RGB (Red+Green+Blue) = 246+128+80=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F68050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68050 is #097FAF. Grayscale: #9E9E9E. Windows color (decimal): -622512 or 5275894. OLE color: 5275894.

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

Color convert

RGB 246 128 80 -
CMYK 0 0.48 0.67 0.04
HSL 17.35º 0.9% 0.64% -
HSV(B) 17.35º 0.67% 0.96% -
XYZ 47.17 35.61 11.98 -
YUV 157.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 246 128 80 0 0.48 0.67 0.04 17.35 0.9 0.64
Hex F6 80 50 0 30 43 4 11 5A 40
Octal 366 200 120 0 60 103 4 21 132 100
Binary 11110110 10000000 1010000 0 110000 1000011 100 10001 1011010 1000000

Color Harmonies of #F68050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68050

Black with #F68050

Text Example


Text Example

White with #F68050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68050; }

 p { color: rgb(246,128,80); }

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

background-color css

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

 a { background-color: rgb(246,128,80); }

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

border-color css

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

 span { border-color: rgb(246,128,80); }

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