Html Css Color HEX #F07525 Pumpkin

📋 copy color: '#F07525'

red 240 ◦ green 117 ◦ blue 37

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

Shades of Pumpkin #F07525

Tints of Pumpkin #F07525

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.7%

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

R = 60.91%
G = 29.7%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F07525 (or 0xF07525) is known color: Pumpkin. HEX triplet: F0, 75 and 25. RGB value is (240,117,37). Sum of RGB (Red+Green+Blue) = 240+117+37=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 37 (14.84% from 255 or 9.39% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F07525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07525 is #0F8ADA. Grayscale: #919191. Windows color (decimal): -1018587 or 2455024. OLE color: 2455024.

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

Color convert

RGB 240 117 37 -
CMYK 0 0.51 0.85 0.06
HSL 23.65º 0.87% 0.54% -
HSV(B) 23.65º 0.85% 0.94% -
XYZ 42.63 31.38 5.56 -
YUV 144.66 67.25 196 -
System Red Green Blue C M Y K H S L
Decimal 240 117 37 0 0.51 0.85 0.06 23.65 0.87 0.54
Hex F0 75 25 0 33 55 6 18 57 36
Octal 360 165 45 0 63 125 6 30 127 66
Binary 11110000 1110101 100101 0 110011 1010101 110 11000 1010111 110110

Color Harmonies of #F07525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07525

Black with #F07525

Text Example


Text Example

White with #F07525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07525; }

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

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

background-color css

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

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

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

border-color css

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

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

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