Html Css Color HEX #F07B20 Pumpkin

📋 copy color: '#F07B20'

red 240 ◦ green 123 ◦ blue 32

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

Shades of Pumpkin #F07B20

Tints of Pumpkin #F07B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 60.76%
G = 31.14%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F07B20 (or 0xF07B20) is known color: Pumpkin. HEX triplet: F0, 7B and 20. RGB value is (240,123,32). Sum of RGB (Red+Green+Blue) = 240+123+32=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07B20 is #0F84DF. Grayscale: #949494. Windows color (decimal): -1017056 or 2128880. OLE color: 2128880.

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

Color convert

RGB 240 123 32 -
CMYK 0 0.49 0.87 0.06
HSL 26.25º 0.87% 0.53% -
HSV(B) 26.25º 0.87% 0.94% -
XYZ 43.28 32.8 5.42 -
YUV 147.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 240 123 32 0 0.49 0.87 0.06 26.25 0.87 0.53
Hex F0 7B 20 0 31 57 6 1A 57 35
Octal 360 173 40 0 61 127 6 32 127 65
Binary 11110000 1111011 100000 0 110001 1010111 110 11010 1010111 110101

Color Harmonies of #F07B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B20

Black with #F07B20

Text Example


Text Example

White with #F07B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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