Html Css Color HEX #F0641A Pumpkin

📋 copy color: '#F0641A'

red 240 ◦ green 100 ◦ blue 26

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

Shades of Pumpkin #F0641A

Tints of Pumpkin #F0641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 65.57%
G = 27.32%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0641A (or 0xF0641A) is known color: Pumpkin. HEX triplet: F0, 64 and 1A. RGB value is (240,100,26). Sum of RGB (Red+Green+Blue) = 240+100+26=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0641A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0641A is #0F9BE5. Grayscale: #858585. Windows color (decimal): -1022950 or 1729776. OLE color: 1729776.

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

Color convert

RGB 240 100 26 -
CMYK 0 0.58 0.89 0.06
HSL 20.75º 0.88% 0.52% -
HSV(B) 20.75º 0.89% 0.94% -
XYZ 40.68 27.71 4.18 -
YUV 133.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 240 100 26 0 0.58 0.89 0.06 20.75 0.88 0.52
Hex F0 64 1A 0 3A 59 6 15 58 34
Octal 360 144 32 0 72 131 6 25 130 64
Binary 11110000 1100100 11010 0 111010 1011001 110 10101 1011000 110100

Color Harmonies of #F0641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0641A

Black with #F0641A

Text Example


Text Example

White with #F0641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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