Html Css Color HEX #F0753D Pizazz

📋 copy color: '#F0753D'

red 240 ◦ green 117 ◦ blue 61

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

Shades of Pizazz #F0753D

Tints of Pizazz #F0753D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

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

R = 57.42%
G = 27.99%
B = 14.59%

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

#F0753D (or 0xF0753D) is known color: Pizazz. HEX triplet: F0, 75 and 3D. RGB value is (240,117,61). Sum of RGB (Red+Green+Blue) = 240+117+61=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0753D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0753D is #0F8AC2. Grayscale: #939393. Windows color (decimal): -1018563 or 4027888. OLE color: 4027888.

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

Color convert

RGB 240 117 61 -
CMYK 0 0.51 0.75 0.06
HSL 18.77º 0.86% 0.59% -
HSV(B) 18.77º 0.75% 0.94% -
XYZ 43.14 31.58 8.24 -
YUV 147.39 79.25 194.05 -
System Red Green Blue C M Y K H S L
Decimal 240 117 61 0 0.51 0.75 0.06 18.77 0.86 0.59
Hex F0 75 3D 0 33 4B 6 13 56 3B
Octal 360 165 75 0 63 113 6 23 126 73
Binary 11110000 1110101 111101 0 110011 1001011 110 10011 1010110 111011

Color Harmonies of #F0753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0753D

Black with #F0753D

Text Example


Text Example

White with #F0753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0753D; }

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

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

background-color css

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

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

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

border-color css

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

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

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