Html Css Color HEX #F78B50 Crusta

📋 copy color: '#F78B50'

red 247 ◦ green 139 ◦ blue 80

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

Shades of Crusta #F78B50

Tints of Crusta #F78B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.83%

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

R = 53%
G = 29.83%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F78B50 (or 0xF78B50) is known color: Crusta. HEX triplet: F7, 8B and 50. RGB value is (247,139,80). Sum of RGB (Red+Green+Blue) = 247+139+80=466 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.00% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B50 is #0874AF. Grayscale: #A4A4A4. Windows color (decimal): -554160 or 5278711. OLE color: 5278711.

HSL color Cylindrical-coordinate representation of color #F78B50: hue angle of 21.2º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F78B50 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 139 80 -
CMYK 0 0.44 0.68 0.03
HSL 21.2º 0.91% 0.64% -
HSV(B) 21.2º 0.68% 0.97% -
XYZ 49.04 38.82 12.5 -
YUV 164.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 247 139 80 0 0.44 0.68 0.03 21.2 0.91 0.64
Hex F7 8B 50 0 2C 44 3 15 5B 40
Octal 367 213 120 0 54 104 3 25 133 100
Binary 11110111 10001011 1010000 0 101100 1000100 11 10101 1011011 1000000

Color Harmonies of #F78B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78B50

Black with #F78B50

Text Example


Text Example

White with #F78B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78B50; }

 p { color: rgb(247,139,80); }

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

background-color css

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

 a { background-color: rgb(247,139,80); }

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

border-color css

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

 span { border-color: rgb(247,139,80); }

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