Html Css Color HEX #F78250 Crusta

📋 copy color: '#F78250'

red 247 ◦ green 130 ◦ blue 80

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

Shades of Crusta #F78250

Tints of Crusta #F78250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.45%

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

R = 54.05%
G = 28.45%
B = 17.51%

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

#F78250 (or 0xF78250) is known color: Crusta. HEX triplet: F7, 82 and 50. RGB value is (247,130,80). Sum of RGB (Red+Green+Blue) = 247+130+80=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F78250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78250 is #087DAF. Grayscale: #9F9F9F. Windows color (decimal): -556464 or 5276407. OLE color: 5276407.

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

Color convert

RGB 247 130 80 -
CMYK 0 0.47 0.68 0.03
HSL 17.96º 0.91% 0.64% -
HSV(B) 17.96º 0.68% 0.97% -
XYZ 47.79 36.32 12.08 -
YUV 159.28 83.26 190.57 -
System Red Green Blue C M Y K H S L
Decimal 247 130 80 0 0.47 0.68 0.03 17.96 0.91 0.64
Hex F7 82 50 0 2F 44 3 12 5B 40
Octal 367 202 120 0 57 104 3 22 133 100
Binary 11110111 10000010 1010000 0 101111 1000100 11 10010 1011011 1000000

Color Harmonies of #F78250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78250

Black with #F78250

Text Example


Text Example

White with #F78250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78250; }

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

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

background-color css

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

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

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

border-color css

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

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

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