Html Css Color HEX #F47F3C Pizazz

📋 copy color: '#F47F3C'

red 244 ◦ green 127 ◦ blue 60

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

Shades of Pizazz #F47F3C

Tints of Pizazz #F47F3C

RGB

 RED value IS 244 (95.7% from 255) = 56.61%

 GREEN value IS 127 (50% from 255) = 29.47%

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

R = 56.61%
G = 29.47%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F47F3C (or 0xF47F3C) is known color: Pizazz. HEX triplet: F4, 7F and 3C. RGB value is (244,127,60). Sum of RGB (Red+Green+Blue) = 244+127+60=431 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.61% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F3C is #0B80C3. Grayscale: #9A9A9A. Windows color (decimal): -753860 or 3964916. OLE color: 3964916.

HSL color Cylindrical-coordinate representation of color #F47F3C: hue angle of 21.85º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F47F3C is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 127 60 -
CMYK 0 0.48 0.75 0.04
HSL 21.85º 0.89% 0.6% -
HSV(B) 21.85º 0.75% 0.96% -
XYZ 45.71 34.74 8.57 -
YUV 154.35 74.76 191.95 -
System Red Green Blue C M Y K H S L
Decimal 244 127 60 0 0.48 0.75 0.04 21.85 0.89 0.6
Hex F4 7F 3C 0 30 4B 4 16 59 3C
Octal 364 177 74 0 60 113 4 26 131 74
Binary 11110100 1111111 111100 0 110000 1001011 100 10110 1011001 111100

Color Harmonies of #F47F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F3C

Black with #F47F3C

Text Example


Text Example

White with #F47F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F3C; }

 p { color: rgb(244,127,60); }

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

background-color css

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

 a { background-color: rgb(244,127,60); }

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

border-color css

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

 span { border-color: rgb(244,127,60); }

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