Html Css Color HEX #F2631C Pumpkin

📋 copy color: '#F2631C'

red 242 ◦ green 99 ◦ blue 28

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

Shades of Pumpkin #F2631C

Tints of Pumpkin #F2631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 65.58%
G = 26.83%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2631C (or 0xF2631C) is known color: Pumpkin. HEX triplet: F2, 63 and 1C. RGB value is (242,99,28). Sum of RGB (Red+Green+Blue) = 242+99+28=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2631C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2631C is #0D9CE3. Grayscale: #868686. Windows color (decimal): -892132 or 1860594. OLE color: 1860594.

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

Color convert

RGB 242 99 28 -
CMYK 0 0.59 0.88 0.05
HSL 19.91º 0.89% 0.53% -
HSV(B) 19.91º 0.88% 0.95% -
XYZ 41.29 27.88 4.3 -
YUV 133.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 242 99 28 0 0.59 0.88 0.05 19.91 0.89 0.53
Hex F2 63 1C 0 3B 58 5 14 59 35
Octal 362 143 34 0 73 130 5 24 131 65
Binary 11110010 1100011 11100 0 111011 1011000 101 10100 1011001 110101

Color Harmonies of #F2631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2631C

Black with #F2631C

Text Example


Text Example

White with #F2631C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2631C; }

 p { color: rgb(242,99,28); }

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

background-color css

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

 a { background-color: rgb(242,99,28); }

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

border-color css

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

 span { border-color: rgb(242,99,28); }

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