Html Css Color HEX #F68249 Crusta

📋 copy color: '#F68249'

red 246 ◦ green 130 ◦ blue 73

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

Shades of Crusta #F68249

Tints of Crusta #F68249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

 BLUE value IS 73 (28.91% from 255) = 16.26%

R = 54.79%
G = 28.95%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F68249 (or 0xF68249) is known color: Crusta. HEX triplet: F6, 82 and 49. RGB value is (246,130,73). Sum of RGB (Red+Green+Blue) = 246+130+73=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 73 (28.91% from 255 or 16.26% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F68249 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68249 is #097DB6. Grayscale: #9E9E9E. Windows color (decimal): -622007 or 4817654. OLE color: 4817654.

HSL color Cylindrical-coordinate representation of color #F68249: hue angle of 19.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F68249 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 73 -
CMYK 0 0.47 0.70 0.04
HSL 19.77º 0.91% 0.63% -
HSV(B) 19.77º 0.7% 0.96% -
XYZ 47.19 36.04 10.77 -
YUV 158.19 79.93 190.63 -
System Red Green Blue C M Y K H S L
Decimal 246 130 73 0 0.47 0.70 0.04 19.77 0.91 0.63
Hex F6 82 49 0 2F 46 4 14 5B 3F
Octal 366 202 111 0 57 106 4 24 133 77
Binary 11110110 10000010 1001001 0 101111 1000110 100 10100 1011011 111111

Color Harmonies of #F68249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68249

Black with #F68249

Text Example


Text Example

White with #F68249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68249; }

 p { color: rgb(246,130,73); }

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

background-color css

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

 a { background-color: rgb(246,130,73); }

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

border-color css

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

 span { border-color: rgb(246,130,73); }

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