Html Css Color HEX #F78D50 Crusta

📋 copy color: '#F78D50'

red 247 ◦ green 141 ◦ blue 80

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

Shades of Crusta #F78D50

Tints of Crusta #F78D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.13%

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

R = 52.78%
G = 30.13%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F78D50 (or 0xF78D50) is known color: Crusta. HEX triplet: F7, 8D and 50. RGB value is (247,141,80). Sum of RGB (Red+Green+Blue) = 247+141+80=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78D50 is #0872AF. Grayscale: #A6A6A6. Windows color (decimal): -553648 or 5279223. OLE color: 5279223.

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

Color convert

RGB 247 141 80 -
CMYK 0 0.43 0.68 0.03
HSL 21.92º 0.91% 0.64% -
HSV(B) 21.92º 0.68% 0.97% -
XYZ 49.33 39.4 12.59 -
YUV 165.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 247 141 80 0 0.43 0.68 0.03 21.92 0.91 0.64
Hex F7 8D 50 0 2B 44 3 16 5B 40
Octal 367 215 120 0 53 104 3 26 133 100
Binary 11110111 10001101 1010000 0 101011 1000100 11 10110 1011011 1000000

Color Harmonies of #F78D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78D50

Black with #F78D50

Text Example


Text Example

White with #F78D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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