Html Css Color HEX #F68F50 Crusta

📋 copy color: '#F68F50'

red 246 ◦ green 143 ◦ blue 80

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

Shades of Crusta #F68F50

Tints of Crusta #F68F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.49%

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

R = 52.45%
G = 30.49%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F68F50 (or 0xF68F50) is known color: Crusta. HEX triplet: F6, 8F and 50. RGB value is (246,143,80). Sum of RGB (Red+Green+Blue) = 246+143+80=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F68F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68F50 is #0970AF. Grayscale: #A6A6A6. Windows color (decimal): -618672 or 5279734. OLE color: 5279734.

HSL color Cylindrical-coordinate representation of color #F68F50: hue angle of 22.77º 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 #F68F50 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 143 80 -
CMYK 0 0.42 0.67 0.04
HSL 22.77º 0.9% 0.64% -
HSV(B) 22.77º 0.67% 0.96% -
XYZ 49.28 39.82 12.68 -
YUV 166.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 246 143 80 0 0.42 0.67 0.04 22.77 0.9 0.64
Hex F6 8F 50 0 2A 43 4 17 5A 40
Octal 366 217 120 0 52 103 4 27 132 100
Binary 11110110 10001111 1010000 0 101010 1000011 100 10111 1011010 1000000

Color Harmonies of #F68F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68F50

Black with #F68F50

Text Example


Text Example

White with #F68F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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