Html Css Color HEX #F47D3C Pizazz

📋 copy color: '#F47D3C'

red 244 ◦ green 125 ◦ blue 60

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

Shades of Pizazz #F47D3C

Tints of Pizazz #F47D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

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

R = 56.88%
G = 29.14%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F47D3C (or 0xF47D3C) is known color: Pizazz. HEX triplet: F4, 7D and 3C. RGB value is (244,125,60). Sum of RGB (Red+Green+Blue) = 244+125+60=429 (56% of max value = 765). Red value is 244 (95.70% from 255 or 56.88% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D3C is #0B82C3. Grayscale: #999999. Windows color (decimal): -754372 or 3964404. OLE color: 3964404.

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

Color convert

RGB 244 125 60 -
CMYK 0 0.49 0.75 0.04
HSL 21.2º 0.89% 0.6% -
HSV(B) 21.2º 0.75% 0.96% -
XYZ 45.46 34.23 8.49 -
YUV 153.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 244 125 60 0 0.49 0.75 0.04 21.2 0.89 0.6
Hex F4 7D 3C 0 31 4B 4 15 59 3C
Octal 364 175 74 0 61 113 4 25 131 74
Binary 11110100 1111101 111100 0 110001 1001011 100 10101 1011001 111100

Color Harmonies of #F47D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D3C

Black with #F47D3C

Text Example


Text Example

White with #F47D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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