Html Css Color HEX #F07526 Pumpkin

📋 copy color: '#F07526'

red 240 ◦ green 117 ◦ blue 38

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

Shades of Pumpkin #F07526

Tints of Pumpkin #F07526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.62%

R = 60.76%
G = 29.62%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F07526 (or 0xF07526) is known color: Pumpkin. HEX triplet: F0, 75 and 26. RGB value is (240,117,38). Sum of RGB (Red+Green+Blue) = 240+117+38=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 38 (15.23% from 255 or 9.62% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F07526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07526 is #0F8AD9. Grayscale: #919191. Windows color (decimal): -1018586 or 2520560. OLE color: 2520560.

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

Color convert

RGB 240 117 38 -
CMYK 0 0.51 0.84 0.06
HSL 23.47º 0.87% 0.55% -
HSV(B) 23.47º 0.84% 0.94% -
XYZ 42.65 31.39 5.64 -
YUV 144.77 67.75 195.92 -
System Red Green Blue C M Y K H S L
Decimal 240 117 38 0 0.51 0.84 0.06 23.47 0.87 0.55
Hex F0 75 26 0 33 54 6 17 57 37
Octal 360 165 46 0 63 124 6 27 127 67
Binary 11110000 1110101 100110 0 110011 1010100 110 10111 1010111 110111

Color Harmonies of #F07526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07526

Black with #F07526

Text Example


Text Example

White with #F07526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07526; }

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

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

background-color css

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

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

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

border-color css

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

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

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