Html Css Color HEX #F06A1D Pumpkin

📋 copy color: '#F06A1D'

red 240 ◦ green 106 ◦ blue 29

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

Shades of Pumpkin #F06A1D

Tints of Pumpkin #F06A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 64%
G = 28.27%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F06A1D (or 0xF06A1D) is known color: Pumpkin. HEX triplet: F0, 6A and 1D. RGB value is (240,106,29). Sum of RGB (Red+Green+Blue) = 240+106+29=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A1D is #0F95E2. Grayscale: #898989. Windows color (decimal): -1021411 or 1927920. OLE color: 1927920.

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

Color convert

RGB 240 106 29 -
CMYK 0 0.56 0.88 0.06
HSL 21.9º 0.88% 0.53% -
HSV(B) 21.9º 0.88% 0.94% -
XYZ 41.31 28.92 4.57 -
YUV 137.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 240 106 29 0 0.56 0.88 0.06 21.9 0.88 0.53
Hex F0 6A 1D 0 38 58 6 16 58 35
Octal 360 152 35 0 70 130 6 26 130 65
Binary 11110000 1101010 11101 0 111000 1011000 110 10110 1011000 110101

Color Harmonies of #F06A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06A1D

Black with #F06A1D

Text Example


Text Example

White with #F06A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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