Html Css Color HEX #F07834 Pizazz

📋 copy color: '#F07834'

red 240 ◦ green 120 ◦ blue 52

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

Shades of Pizazz #F07834

Tints of Pizazz #F07834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

 BLUE value IS 52 (20.7% from 255) = 12.62%

R = 58.25%
G = 29.13%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07834 (or 0xF07834) is known color: Pizazz. HEX triplet: F0, 78 and 34. RGB value is (240,120,52). Sum of RGB (Red+Green+Blue) = 240+120+52=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 52 (20.70% from 255 or 12.62% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F07834 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07834 is #0F87CB. Grayscale: #949494. Windows color (decimal): -1017804 or 3438832. OLE color: 3438832.

HSL color Cylindrical-coordinate representation of color #F07834: hue angle of 21.7º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F07834 is Cyan = 0, Magento = 0.5, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 120 52 -
CMYK 0 0.5 0.78 0.06
HSL 21.7º 0.86% 0.57% -
HSV(B) 21.7º 0.78% 0.94% -
XYZ 43.27 32.21 7.18 -
YUV 148.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 240 120 52 0 0.5 0.78 0.06 21.7 0.86 0.57
Hex F0 78 34 0 32 4E 6 16 56 39
Octal 360 170 64 0 62 116 6 26 126 71
Binary 11110000 1111000 110100 0 110010 1001110 110 10110 1010110 111001

Color Harmonies of #F07834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07834

Black with #F07834

Text Example


Text Example

White with #F07834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07834; }

 p { color: rgb(240,120,52); }

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

background-color css

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

 a { background-color: rgb(240,120,52); }

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

border-color css

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

 span { border-color: rgb(240,120,52); }

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