Html Css Color HEX #F68150 Crusta

📋 copy color: '#F68150'

red 246 ◦ green 129 ◦ blue 80

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

Shades of Crusta #F68150

Tints of Crusta #F68150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.35%

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

R = 54.07%
G = 28.35%
B = 17.58%

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

#F68150 (or 0xF68150) is known color: Crusta. HEX triplet: F6, 81 and 50. RGB value is (246,129,80). Sum of RGB (Red+Green+Blue) = 246+129+80=455 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.07% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 80 (31.64% from 255 or 17.58% from 455); Max value from RGB is 246 - color contains mainly: red. Hex color #F68150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68150 is #097EAF. Grayscale: #9E9E9E. Windows color (decimal): -622256 or 5276150. OLE color: 5276150.

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

Color convert

RGB 246 129 80 -
CMYK 0 0.48 0.67 0.04
HSL 17.71º 0.9% 0.64% -
HSV(B) 17.71º 0.67% 0.96% -
XYZ 47.3 35.87 12.02 -
YUV 158.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 246 129 80 0 0.48 0.67 0.04 17.71 0.9 0.64
Hex F6 81 50 0 30 43 4 12 5A 40
Octal 366 201 120 0 60 103 4 22 132 100
Binary 11110110 10000001 1010000 0 110000 1000011 100 10010 1011010 1000000

Color Harmonies of #F68150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68150

Black with #F68150

Text Example


Text Example

White with #F68150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68150; }

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

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

background-color css

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

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

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

border-color css

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

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

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