Html Css Color HEX #F07B11 Pumpkin

📋 copy color: '#F07B11'

red 240 ◦ green 123 ◦ blue 17

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

Shades of Pumpkin #F07B11

Tints of Pumpkin #F07B11

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 17 (7.03% from 255) = 4.47%

R = 63.16%
G = 32.37%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F07B11 (or 0xF07B11) is known color: Pumpkin. HEX triplet: F0, 7B and 11. RGB value is (240,123,17). Sum of RGB (Red+Green+Blue) = 240+123+17=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07B11 is #0F84EE. Grayscale: #929292. Windows color (decimal): -1017071 or 1145840. OLE color: 1145840.

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

Color convert

RGB 240 123 17 -
CMYK 0 0.49 0.93 0.06
HSL 28.52º 0.88% 0.5% -
HSV(B) 28.52º 0.93% 0.94% -
XYZ 43.12 32.73 4.58 -
YUV 145.9 55.26 195.12 -
System Red Green Blue C M Y K H S L
Decimal 240 123 17 0 0.49 0.93 0.06 28.52 0.88 0.5
Hex F0 7B 11 0 31 5D 6 1D 58 32
Octal 360 173 21 0 61 135 6 35 130 62
Binary 11110000 1111011 10001 0 110001 1011101 110 11101 1011000 110010

Color Harmonies of #F07B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B11

Black with #F07B11

Text Example


Text Example

White with #F07B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B11; }

 p { color: rgb(240,123,17); }

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

background-color css

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

 a { background-color: rgb(240,123,17); }

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

border-color css

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

 span { border-color: rgb(240,123,17); }

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