Html Css Color HEX #F0730F Pumpkin

📋 copy color: '#F0730F'

red 240 ◦ green 115 ◦ blue 15

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

Shades of Pumpkin #F0730F

Tints of Pumpkin #F0730F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.08%

 BLUE value IS 15 (6.25% from 255) = 4.05%

R = 64.86%
G = 31.08%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0730F (or 0xF0730F) is known color: Pumpkin. HEX triplet: F0, 73 and 0F. RGB value is (240,115,15). Sum of RGB (Red+Green+Blue) = 240+115+15=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0730F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0730F is #0F8CF0. Grayscale: #8D8D8D. Windows color (decimal): -1019121 or 1012720. OLE color: 1012720.

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

Color convert

RGB 240 115 15 -
CMYK 0 0.52 0.94 0.06
HSL 26.67º 0.88% 0.5% -
HSV(B) 26.67º 0.94% 0.94% -
XYZ 42.15 30.82 4.18 -
YUV 140.98 56.91 198.63 -
System Red Green Blue C M Y K H S L
Decimal 240 115 15 0 0.52 0.94 0.06 26.67 0.88 0.5
Hex F0 73 F 0 34 5E 6 1B 58 32
Octal 360 163 17 0 64 136 6 33 130 62
Binary 11110000 1110011 1111 0 110100 1011110 110 11011 1011000 110010

Color Harmonies of #F0730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0730F

Black with #F0730F

Text Example


Text Example

White with #F0730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0730F; }

 p { color: rgb(240,115,15); }

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

background-color css

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

 a { background-color: rgb(240,115,15); }

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

border-color css

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

 span { border-color: rgb(240,115,15); }

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