Html Css Color HEX #F06A1A Pumpkin

📋 copy color: '#F06A1A'

red 240 ◦ green 106 ◦ blue 26

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

Shades of Pumpkin #F06A1A

Tints of Pumpkin #F06A1A

RGB

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

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

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

R = 64.52%
G = 28.49%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F06A1A (or 0xF06A1A) is known color: Pumpkin. HEX triplet: F0, 6A and 1A. RGB value is (240,106,26). Sum of RGB (Red+Green+Blue) = 240+106+26=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 26 (10.55% from 255 or 6.99% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A1A is #0F95E5. Grayscale: #898989. Windows color (decimal): -1021414 or 1731312. OLE color: 1731312.

HSL color Cylindrical-coordinate representation of color #F06A1A: hue angle of 22.43º 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 #F06A1A is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 106 26 -
CMYK 0 0.56 0.89 0.06
HSL 22.43º 0.88% 0.52% -
HSV(B) 22.43º 0.89% 0.94% -
XYZ 41.28 28.91 4.38 -
YUV 136.95 65.39 201.5 -
System Red Green Blue C M Y K H S L
Decimal 240 106 26 0 0.56 0.89 0.06 22.43 0.88 0.52
Hex F0 6A 1A 0 38 59 6 16 58 34
Octal 360 152 32 0 70 131 6 26 130 64
Binary 11110000 1101010 11010 0 111000 1011001 110 10110 1011000 110100

Color Harmonies of #F06A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A1A

Black with #F06A1A

Text Example


Text Example

White with #F06A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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