Html Css Color HEX #F27940 Pizazz

📋 copy color: '#F27940'

red 242 ◦ green 121 ◦ blue 64

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

Shades of Pizazz #F27940

Tints of Pizazz #F27940

RGB

 RED value IS 242 (94.92% from 255) = 56.67%

 GREEN value IS 121 (47.66% from 255) = 28.34%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 56.67%
G = 28.34%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F27940 (or 0xF27940) is known color: Pizazz. HEX triplet: F2, 79 and 40. RGB value is (242,121,64). Sum of RGB (Red+Green+Blue) = 242+121+64=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F27940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27940 is #0D86BF. Grayscale: #979797. Windows color (decimal): -886464 or 4225522. OLE color: 4225522.

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

Color convert

RGB 242 121 64 -
CMYK 0 0.50 0.74 0.05
HSL 19.21º 0.87% 0.6% -
HSV(B) 19.21º 0.74% 0.95% -
XYZ 44.38 32.92 8.87 -
YUV 150.68 79.09 193.13 -
System Red Green Blue C M Y K H S L
Decimal 242 121 64 0 0.50 0.74 0.05 19.21 0.87 0.6
Hex F2 79 40 0 32 4A 5 13 57 3C
Octal 362 171 100 0 62 112 5 23 127 74
Binary 11110010 1111001 1000000 0 110010 1001010 101 10011 1010111 111100

Color Harmonies of #F27940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27940

Black with #F27940

Text Example


Text Example

White with #F27940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27940; }

 p { color: rgb(242,121,64); }

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

background-color css

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

 a { background-color: rgb(242,121,64); }

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

border-color css

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

 span { border-color: rgb(242,121,64); }

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