Html Css Color HEX #F07B12 Pumpkin

📋 copy color: '#F07B12'

red 240 ◦ green 123 ◦ blue 18

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

Shades of Pumpkin #F07B12

Tints of Pumpkin #F07B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 62.99%
G = 32.28%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07B12 (or 0xF07B12) is known color: Pumpkin. HEX triplet: F0, 7B and 12. RGB value is (240,123,18). Sum of RGB (Red+Green+Blue) = 240+123+18=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07B12 is #0F84ED. Grayscale: #929292. Windows color (decimal): -1017070 or 1211376. OLE color: 1211376.

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

Color convert

RGB 240 123 18 -
CMYK 0 0.49 0.92 0.06
HSL 28.38º 0.88% 0.51% -
HSV(B) 28.38º 0.93% 0.94% -
XYZ 43.13 32.73 4.62 -
YUV 146.01 55.76 195.04 -
System Red Green Blue C M Y K H S L
Decimal 240 123 18 0 0.49 0.92 0.06 28.38 0.88 0.51
Hex F0 7B 12 0 31 5C 6 1C 58 33
Octal 360 173 22 0 61 134 6 34 130 63
Binary 11110000 1111011 10010 0 110001 1011100 110 11100 1011000 110011

Color Harmonies of #F07B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B12

Black with #F07B12

Text Example


Text Example

White with #F07B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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