Html Css Color HEX #F78750 Crusta

📋 copy color: '#F78750'

red 247 ◦ green 135 ◦ blue 80

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

Shades of Crusta #F78750

Tints of Crusta #F78750

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.22%

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

R = 53.46%
G = 29.22%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F78750 (or 0xF78750) is known color: Crusta. HEX triplet: F7, 87 and 50. RGB value is (247,135,80). Sum of RGB (Red+Green+Blue) = 247+135+80=462 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.46% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 247 - color contains mainly: red. Hex color #F78750 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78750 is #0878AF. Grayscale: #A2A2A2. Windows color (decimal): -555184 or 5277687. OLE color: 5277687.

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

Color convert

RGB 247 135 80 -
CMYK 0 0.45 0.68 0.03
HSL 19.76º 0.91% 0.64% -
HSV(B) 19.76º 0.68% 0.97% -
XYZ 48.47 37.68 12.31 -
YUV 162.22 81.61 188.47 -
System Red Green Blue C M Y K H S L
Decimal 247 135 80 0 0.45 0.68 0.03 19.76 0.91 0.64
Hex F7 87 50 0 2D 44 3 14 5B 40
Octal 367 207 120 0 55 104 3 24 133 100
Binary 11110111 10000111 1010000 0 101101 1000100 11 10100 1011011 1000000

Color Harmonies of #F78750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78750

Black with #F78750

Text Example


Text Example

White with #F78750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78750; }

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

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

background-color css

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

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

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

border-color css

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

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

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