Html Css Color HEX #F78350 Crusta

📋 copy color: '#F78350'

red 247 ◦ green 131 ◦ blue 80

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

Shades of Crusta #F78350

Tints of Crusta #F78350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.6%

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

R = 53.93%
G = 28.6%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F78350 (or 0xF78350) is known color: Crusta. HEX triplet: F7, 83 and 50. RGB value is (247,131,80). Sum of RGB (Red+Green+Blue) = 247+131+80=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F78350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78350 is #087CAF. Grayscale: #A0A0A0. Windows color (decimal): -556208 or 5276663. OLE color: 5276663.

HSL color Cylindrical-coordinate representation of color #F78350: hue angle of 18.32º 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 #F78350 is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 131 80 -
CMYK 0 0.47 0.68 0.03
HSL 18.32º 0.91% 0.64% -
HSV(B) 18.32º 0.68% 0.97% -
XYZ 47.92 36.59 12.13 -
YUV 159.87 82.93 190.15 -
System Red Green Blue C M Y K H S L
Decimal 247 131 80 0 0.47 0.68 0.03 18.32 0.91 0.64
Hex F7 83 50 0 2F 44 3 12 5B 40
Octal 367 203 120 0 57 104 3 22 133 100
Binary 11110111 10000011 1010000 0 101111 1000100 11 10010 1011011 1000000

Color Harmonies of #F78350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78350

Black with #F78350

Text Example


Text Example

White with #F78350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78350; }

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

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

background-color css

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

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

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

border-color css

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

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

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