Html Css Color HEX #F0711A Pumpkin

📋 copy color: '#F0711A'

red 240 ◦ green 113 ◦ blue 26

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

Shades of Pumpkin #F0711A

Tints of Pumpkin #F0711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 63.32%
G = 29.82%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0711A (or 0xF0711A) is known color: Pumpkin. HEX triplet: F0, 71 and 1A. RGB value is (240,113,26). Sum of RGB (Red+Green+Blue) = 240+113+26=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F0711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0711A is #0F8EE5. Grayscale: #8D8D8D. Windows color (decimal): -1019622 or 1733104. OLE color: 1733104.

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

Color convert

RGB 240 113 26 -
CMYK 0 0.53 0.89 0.06
HSL 24.39º 0.88% 0.52% -
HSV(B) 24.39º 0.89% 0.94% -
XYZ 42.03 30.41 4.63 -
YUV 141.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 240 113 26 0 0.53 0.89 0.06 24.39 0.88 0.52
Hex F0 71 1A 0 35 59 6 18 58 34
Octal 360 161 32 0 65 131 6 30 130 64
Binary 11110000 1110001 11010 0 110101 1011001 110 11000 1011000 110100

Color Harmonies of #F0711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0711A

Black with #F0711A

Text Example


Text Example

White with #F0711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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