Html Css Color HEX #F78450 Crusta

📋 copy color: '#F78450'

red 247 ◦ green 132 ◦ blue 80

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

Shades of Crusta #F78450

Tints of Crusta #F78450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.76%

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

R = 53.81%
G = 28.76%
B = 17.43%

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

#F78450 (or 0xF78450) is known color: Crusta. HEX triplet: F7, 84 and 50. RGB value is (247,132,80). Sum of RGB (Red+Green+Blue) = 247+132+80=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F78450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78450 is #087BAF. Grayscale: #A0A0A0. Windows color (decimal): -555952 or 5276919. OLE color: 5276919.

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

Color convert

RGB 247 132 80 -
CMYK 0 0.47 0.68 0.03
HSL 18.68º 0.91% 0.64% -
HSV(B) 18.68º 0.68% 0.97% -
XYZ 48.06 36.86 12.17 -
YUV 160.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 247 132 80 0 0.47 0.68 0.03 18.68 0.91 0.64
Hex F7 84 50 0 2F 44 3 13 5B 40
Octal 367 204 120 0 57 104 3 23 133 100
Binary 11110111 10000100 1010000 0 101111 1000100 11 10011 1011011 1000000

Color Harmonies of #F78450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78450

Black with #F78450

Text Example


Text Example

White with #F78450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78450; }

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

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

background-color css

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

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

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

border-color css

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

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

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