Html Css Color HEX #F0773D Pizazz

📋 copy color: '#F0773D'

red 240 ◦ green 119 ◦ blue 61

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

Shades of Pizazz #F0773D

Tints of Pizazz #F0773D

RGB

 RED value IS 240 (94.14% from 255) = 57.14%

 GREEN value IS 119 (46.88% from 255) = 28.33%

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 57.14%
G = 28.33%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0773D (or 0xF0773D) is known color: Pizazz. HEX triplet: F0, 77 and 3D. RGB value is (240,119,61). Sum of RGB (Red+Green+Blue) = 240+119+61=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0773D is #0F88C2. Grayscale: #949494. Windows color (decimal): -1018051 or 4028400. OLE color: 4028400.

HSL color Cylindrical-coordinate representation of color #F0773D: hue angle of 19.44º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0773D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 61 -
CMYK 0 0.50 0.75 0.06
HSL 19.44º 0.86% 0.59% -
HSV(B) 19.44º 0.75% 0.94% -
XYZ 43.37 32.06 8.32 -
YUV 148.57 78.59 193.22 -
System Red Green Blue C M Y K H S L
Decimal 240 119 61 0 0.50 0.75 0.06 19.44 0.86 0.59
Hex F0 77 3D 0 32 4B 6 13 56 3B
Octal 360 167 75 0 62 113 6 23 126 73
Binary 11110000 1110111 111101 0 110010 1001011 110 10011 1010110 111011

Color Harmonies of #F0773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0773D

Black with #F0773D

Text Example


Text Example

White with #F0773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0773D; }

 p { color: rgb(240,119,61); }

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

background-color css

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

 a { background-color: rgb(240,119,61); }

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

border-color css

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

 span { border-color: rgb(240,119,61); }

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