Html Css Color HEX #F68A4D Crusta

📋 copy color: '#F68A4D'

red 246 ◦ green 138 ◦ blue 77

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

Shades of Crusta #F68A4D

Tints of Crusta #F68A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.93%

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 53.36%
G = 29.93%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F68A4D (or 0xF68A4D) is known color: Crusta. HEX triplet: F6, 8A and 4D. RGB value is (246,138,77). Sum of RGB (Red+Green+Blue) = 246+138+77=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 138 (54.30% from 255 or 29.93% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F68A4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68A4D is #0975B2. Grayscale: #A3A3A3. Windows color (decimal): -619955 or 5081846. OLE color: 5081846.

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

Color convert

RGB 246 138 77 -
CMYK 0 0.44 0.69 0.04
HSL 21.66º 0.9% 0.63% -
HSV(B) 21.66º 0.69% 0.96% -
XYZ 48.43 38.31 11.86 -
YUV 163.34 79.28 186.96 -
System Red Green Blue C M Y K H S L
Decimal 246 138 77 0 0.44 0.69 0.04 21.66 0.9 0.63
Hex F6 8A 4D 0 2C 45 4 16 5A 3F
Octal 366 212 115 0 54 105 4 26 132 77
Binary 11110110 10001010 1001101 0 101100 1000101 100 10110 1011010 111111

Color Harmonies of #F68A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68A4D

Black with #F68A4D

Text Example


Text Example

White with #F68A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68A4D; }

 p { color: rgb(246,138,77); }

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

background-color css

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

 a { background-color: rgb(246,138,77); }

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

border-color css

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

 span { border-color: rgb(246,138,77); }

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