Html Css Color HEX #F2641B Pumpkin

📋 copy color: '#F2641B'

red 242 ◦ green 100 ◦ blue 27

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

Shades of Pumpkin #F2641B

Tints of Pumpkin #F2641B

RGB

 RED value IS 242 (94.92% from 255) = 65.58%

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

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 65.58%
G = 27.1%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2641B (or 0xF2641B) is known color: Pumpkin. HEX triplet: F2, 64 and 1B. RGB value is (242,100,27). Sum of RGB (Red+Green+Blue) = 242+100+27=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2641B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2641B is #0D9BE4. Grayscale: #868686. Windows color (decimal): -891877 or 1795314. OLE color: 1795314.

HSL color Cylindrical-coordinate representation of color #F2641B: hue angle of 20.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2641B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 27 -
CMYK 0 0.59 0.89 0.05
HSL 20.37º 0.89% 0.53% -
HSV(B) 20.37º 0.89% 0.95% -
XYZ 41.37 28.07 4.27 -
YUV 134.14 67.54 204.94 -
System Red Green Blue C M Y K H S L
Decimal 242 100 27 0 0.59 0.89 0.05 20.37 0.89 0.53
Hex F2 64 1B 0 3B 59 5 14 59 35
Octal 362 144 33 0 73 131 5 24 131 65
Binary 11110010 1100100 11011 0 111011 1011001 101 10100 1011001 110101

Color Harmonies of #F2641B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2641B

Black with #F2641B

Text Example


Text Example

White with #F2641B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2641B; }

 p { color: rgb(242,100,27); }

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

background-color css

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

 a { background-color: rgb(242,100,27); }

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

border-color css

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

 span { border-color: rgb(242,100,27); }

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