Html Css Color HEX #F06A1E Pumpkin

📋 copy color: '#F06A1E'

red 240 ◦ green 106 ◦ blue 30

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

Shades of Pumpkin #F06A1E

Tints of Pumpkin #F06A1E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 63.83%
G = 28.19%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06A1E (or 0xF06A1E) is known color: Pumpkin. HEX triplet: F0, 6A and 1E. RGB value is (240,106,30). Sum of RGB (Red+Green+Blue) = 240+106+30=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A1E is #0F95E1. Grayscale: #898989. Windows color (decimal): -1021410 or 1993456. OLE color: 1993456.

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

Color convert

RGB 240 106 30 -
CMYK 0 0.56 0.87 0.06
HSL 21.71º 0.88% 0.53% -
HSV(B) 21.71º 0.88% 0.94% -
XYZ 41.32 28.93 4.63 -
YUV 137.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 240 106 30 0 0.56 0.87 0.06 21.71 0.88 0.53
Hex F0 6A 1E 0 38 57 6 16 58 35
Octal 360 152 36 0 70 127 6 26 130 65
Binary 11110000 1101010 11110 0 111000 1010111 110 10110 1011000 110101

Color Harmonies of #F06A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A1E

Black with #F06A1E

Text Example


Text Example

White with #F06A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A1E; }

 p { color: rgb(240,106,30); }

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

background-color css

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

 a { background-color: rgb(240,106,30); }

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

border-color css

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

 span { border-color: rgb(240,106,30); }

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