Html Css Color HEX #F0763C Pizazz

📋 copy color: '#F0763C'

red 240 ◦ green 118 ◦ blue 60

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

Shades of Pizazz #F0763C

Tints of Pizazz #F0763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 57.42%
G = 28.23%
B = 14.35%

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

#F0763C (or 0xF0763C) is known color: Pizazz. HEX triplet: F0, 76 and 3C. RGB value is (240,118,60). Sum of RGB (Red+Green+Blue) = 240+118+60=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0763C is #0F89C3. Grayscale: #949494. Windows color (decimal): -1018308 or 3962608. OLE color: 3962608.

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

Color convert

RGB 240 118 60 -
CMYK 0 0.51 0.75 0.06
HSL 19.33º 0.86% 0.59% -
HSV(B) 19.33º 0.75% 0.94% -
XYZ 43.23 31.81 8.14 -
YUV 147.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 240 118 60 0 0.51 0.75 0.06 19.33 0.86 0.59
Hex F0 76 3C 0 33 4B 6 13 56 3B
Octal 360 166 74 0 63 113 6 23 126 73
Binary 11110000 1110110 111100 0 110011 1001011 110 10011 1010110 111011

Color Harmonies of #F0763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0763C

Black with #F0763C

Text Example


Text Example

White with #F0763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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