Html Css Color HEX #F06F1A Pumpkin

📋 copy color: '#F06F1A'

red 240 ◦ green 111 ◦ blue 26

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

Shades of Pumpkin #F06F1A

Tints of Pumpkin #F06F1A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

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

R = 63.66%
G = 29.44%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F06F1A (or 0xF06F1A) is known color: Pumpkin. HEX triplet: F0, 6F and 1A. RGB value is (240,111,26). Sum of RGB (Red+Green+Blue) = 240+111+26=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F1A is #0F90E5. Grayscale: #8C8C8C. Windows color (decimal): -1020134 or 1732592. OLE color: 1732592.

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

Color convert

RGB 240 111 26 -
CMYK 0 0.54 0.89 0.06
HSL 23.83º 0.88% 0.52% -
HSV(B) 23.83º 0.89% 0.94% -
XYZ 41.81 29.97 4.56 -
YUV 139.88 63.74 199.41 -
System Red Green Blue C M Y K H S L
Decimal 240 111 26 0 0.54 0.89 0.06 23.83 0.88 0.52
Hex F0 6F 1A 0 36 59 6 18 58 34
Octal 360 157 32 0 66 131 6 30 130 64
Binary 11110000 1101111 11010 0 110110 1011001 110 11000 1011000 110100

Color Harmonies of #F06F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F1A

Black with #F06F1A

Text Example


Text Example

White with #F06F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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