Html Css Color HEX #F78261 Crusta

📋 copy color: '#F78261'

red 247 ◦ green 130 ◦ blue 97

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

Shades of Crusta #F78261

Tints of Crusta #F78261

RGB

 RED value IS 247 (96.88% from 255) = 52.11%

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

 BLUE value IS 97 (38.28% from 255) = 20.46%

R = 52.11%
G = 27.43%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F78261 (or 0xF78261) is known color: Crusta. HEX triplet: F7, 82 and 61. RGB value is (247,130,97). Sum of RGB (Red+Green+Blue) = 247+130+97=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F78261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78261 is #087D9E. Grayscale: #A1A1A1. Windows color (decimal): -556447 or 6390519. OLE color: 6390519.

HSL color Cylindrical-coordinate representation of color #F78261: hue angle of 13.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F78261 is Cyan = 0, Magento = 0.47, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 130 97 -
CMYK 0 0.47 0.61 0.03
HSL 13.2º 0.9% 0.67% -
HSV(B) 13.2º 0.61% 0.97% -
XYZ 48.5 36.6 15.82 -
YUV 161.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 247 130 97 0 0.47 0.61 0.03 13.2 0.9 0.67
Hex F7 82 61 0 2F 3D 3 D 5A 43
Octal 367 202 141 0 57 75 3 15 132 103
Binary 11110111 10000010 1100001 0 101111 111101 11 1101 1011010 1000011

Color Harmonies of #F78261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78261

Black with #F78261

Text Example


Text Example

White with #F78261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78261; }

 p { color: rgb(247,130,97); }

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

background-color css

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

 a { background-color: rgb(247,130,97); }

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

border-color css

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

 span { border-color: rgb(247,130,97); }

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