Html Css Color HEX #F07125 Pumpkin

📋 copy color: '#F07125'

red 240 ◦ green 113 ◦ blue 37

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

Shades of Pumpkin #F07125

Tints of Pumpkin #F07125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 61.54%
G = 28.97%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F07125 (or 0xF07125) is known color: Pumpkin. HEX triplet: F0, 71 and 25. RGB value is (240,113,37). Sum of RGB (Red+Green+Blue) = 240+113+37=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F07125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07125 is #0F8EDA. Grayscale: #8E8E8E. Windows color (decimal): -1019611 or 2454000. OLE color: 2454000.

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

Color convert

RGB 240 113 37 -
CMYK 0 0.53 0.85 0.06
HSL 22.46º 0.87% 0.54% -
HSV(B) 22.46º 0.85% 0.94% -
XYZ 42.17 30.47 5.41 -
YUV 142.31 68.58 197.68 -
System Red Green Blue C M Y K H S L
Decimal 240 113 37 0 0.53 0.85 0.06 22.46 0.87 0.54
Hex F0 71 25 0 35 55 6 16 57 36
Octal 360 161 45 0 65 125 6 26 127 66
Binary 11110000 1110001 100101 0 110101 1010101 110 10110 1010111 110110

Color Harmonies of #F07125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07125

Black with #F07125

Text Example


Text Example

White with #F07125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07125; }

 p { color: rgb(240,113,37); }

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

background-color css

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

 a { background-color: rgb(240,113,37); }

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

border-color css

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

 span { border-color: rgb(240,113,37); }

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