Html Css Color HEX #F07725 Pumpkin

📋 copy color: '#F07725'

red 240 ◦ green 119 ◦ blue 37

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

Shades of Pumpkin #F07725

Tints of Pumpkin #F07725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.05%

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

R = 60.61%
G = 30.05%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F07725 (or 0xF07725) is known color: Pumpkin. HEX triplet: F0, 77 and 25. RGB value is (240,119,37). Sum of RGB (Red+Green+Blue) = 240+119+37=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F07725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07725 is #0F88DA. Grayscale: #929292. Windows color (decimal): -1018075 or 2455536. OLE color: 2455536.

HSL color Cylindrical-coordinate representation of color #F07725: hue angle of 24.24º 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 #F07725 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 37 -
CMYK 0 0.50 0.85 0.06
HSL 24.24º 0.87% 0.54% -
HSV(B) 24.24º 0.85% 0.94% -
XYZ 42.87 31.85 5.64 -
YUV 145.83 66.59 195.17 -
System Red Green Blue C M Y K H S L
Decimal 240 119 37 0 0.50 0.85 0.06 24.24 0.87 0.54
Hex F0 77 25 0 32 55 6 18 57 36
Octal 360 167 45 0 62 125 6 30 127 66
Binary 11110000 1110111 100101 0 110010 1010101 110 11000 1010111 110110

Color Harmonies of #F07725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07725

Black with #F07725

Text Example


Text Example

White with #F07725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07725; }

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

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

background-color css

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

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

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

border-color css

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

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

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