Html Css Color HEX #F0763B Pizazz

📋 copy color: '#F0763B'

red 240 ◦ green 118 ◦ blue 59

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

Shades of Pizazz #F0763B

Tints of Pizazz #F0763B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 59 (23.44% from 255) = 14.15%

R = 57.55%
G = 28.3%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0763B (or 0xF0763B) is known color: Pizazz. HEX triplet: F0, 76 and 3B. RGB value is (240,118,59). Sum of RGB (Red+Green+Blue) = 240+118+59=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 59 (23.44% from 255 or 14.15% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0763B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0763B is #0F89C4. Grayscale: #949494. Windows color (decimal): -1018309 or 3897072. OLE color: 3897072.

HSL color Cylindrical-coordinate representation of color #F0763B: hue angle of 19.56º 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 #F0763B is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 59 -
CMYK 0 0.51 0.75 0.06
HSL 19.56º 0.86% 0.59% -
HSV(B) 19.56º 0.75% 0.94% -
XYZ 43.2 31.8 8 -
YUV 147.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 240 118 59 0 0.51 0.75 0.06 19.56 0.86 0.59
Hex F0 76 3B 0 33 4B 6 14 56 3B
Octal 360 166 73 0 63 113 6 24 126 73
Binary 11110000 1110110 111011 0 110011 1001011 110 10100 1010110 111011

Color Harmonies of #F0763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0763B

Black with #F0763B

Text Example


Text Example

White with #F0763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0763B; }

 p { color: rgb(240,118,59); }

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

background-color css

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

 a { background-color: rgb(240,118,59); }

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

border-color css

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

 span { border-color: rgb(240,118,59); }

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