Html Css Color HEX #F07422 Pumpkin

📋 copy color: '#F07422'

red 240 ◦ green 116 ◦ blue 34

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

Shades of Pumpkin #F07422

Tints of Pumpkin #F07422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 34 (13.67% from 255) = 8.72%

R = 61.54%
G = 29.74%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F07422 (or 0xF07422) is known color: Pumpkin. HEX triplet: F0, 74 and 22. RGB value is (240,116,34). Sum of RGB (Red+Green+Blue) = 240+116+34=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F07422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07422 is #0F8BDD. Grayscale: #909090. Windows color (decimal): -1018846 or 2258160. OLE color: 2258160.

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

Color convert

RGB 240 116 34 -
CMYK 0 0.52 0.86 0.06
HSL 23.88º 0.87% 0.54% -
HSV(B) 23.88º 0.86% 0.94% -
XYZ 42.47 31.13 5.28 -
YUV 143.73 66.08 196.67 -
System Red Green Blue C M Y K H S L
Decimal 240 116 34 0 0.52 0.86 0.06 23.88 0.87 0.54
Hex F0 74 22 0 34 56 6 18 57 36
Octal 360 164 42 0 64 126 6 30 127 66
Binary 11110000 1110100 100010 0 110100 1010110 110 11000 1010111 110110

Color Harmonies of #F07422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07422

Black with #F07422

Text Example


Text Example

White with #F07422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07422; }

 p { color: rgb(240,116,34); }

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

background-color css

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

 a { background-color: rgb(240,116,34); }

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

border-color css

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

 span { border-color: rgb(240,116,34); }

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