Html Css Color HEX #F1813C Pizazz

📋 copy color: '#F1813C'

red 241 ◦ green 129 ◦ blue 60

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

Shades of Pizazz #F1813C

Tints of Pizazz #F1813C

RGB

 RED value IS 241 (94.53% from 255) = 56.05%

 GREEN value IS 129 (50.78% from 255) = 30%

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

R = 56.05%
G = 30%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1813C (or 0xF1813C) is known color: Pizazz. HEX triplet: F1, 81 and 3C. RGB value is (241,129,60). Sum of RGB (Red+Green+Blue) = 241+129+60=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F1813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1813C is #0E7EC3. Grayscale: #9B9B9B. Windows color (decimal): -949956 or 3965425. OLE color: 3965425.

HSL color Cylindrical-coordinate representation of color #F1813C: hue angle of 22.87º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1813C is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 129 60 -
CMYK 0 0.46 0.75 0.05
HSL 22.87º 0.87% 0.59% -
HSV(B) 22.87º 0.75% 0.95% -
XYZ 44.94 34.73 8.61 -
YUV 154.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 241 129 60 0 0.46 0.75 0.05 22.87 0.87 0.59
Hex F1 81 3C 0 2E 4B 5 17 57 3B
Octal 361 201 74 0 56 113 5 27 127 73
Binary 11110001 10000001 111100 0 101110 1001011 101 10111 1010111 111011

Color Harmonies of #F1813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1813C

Black with #F1813C

Text Example


Text Example

White with #F1813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1813C; }

 p { color: rgb(241,129,60); }

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

background-color css

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

 a { background-color: rgb(241,129,60); }

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

border-color css

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

 span { border-color: rgb(241,129,60); }

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