Html Css Color HEX #F68C4C Crusta

📋 copy color: '#F68C4C'

red 246 ◦ green 140 ◦ blue 76

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

Shades of Crusta #F68C4C

Tints of Crusta #F68C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

 BLUE value IS 76 (30.08% from 255) = 16.45%

R = 53.25%
G = 30.3%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F68C4C (or 0xF68C4C) is known color: Crusta. HEX triplet: F6, 8C and 4C. RGB value is (246,140,76). Sum of RGB (Red+Green+Blue) = 246+140+76=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68C4C is #0973B3. Grayscale: #A4A4A4. Windows color (decimal): -619444 or 5016822. OLE color: 5016822.

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

Color convert

RGB 246 140 76 -
CMYK 0 0.43 0.69 0.04
HSL 22.59º 0.9% 0.63% -
HSV(B) 22.59º 0.69% 0.96% -
XYZ 48.69 38.87 11.77 -
YUV 164.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 246 140 76 0 0.43 0.69 0.04 22.59 0.9 0.63
Hex F6 8C 4C 0 2B 45 4 17 5A 3F
Octal 366 214 114 0 53 105 4 27 132 77
Binary 11110110 10001100 1001100 0 101011 1000101 100 10111 1011010 111111

Color Harmonies of #F68C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C4C

Black with #F68C4C

Text Example


Text Example

White with #F68C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C4C; }

 p { color: rgb(246,140,76); }

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

background-color css

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

 a { background-color: rgb(246,140,76); }

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

border-color css

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

 span { border-color: rgb(246,140,76); }

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