Html Css Color HEX #F2651E Pumpkin

📋 copy color: '#F2651E'

red 242 ◦ green 101 ◦ blue 30

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

Shades of Pumpkin #F2651E

Tints of Pumpkin #F2651E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 64.88%
G = 27.08%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2651E (or 0xF2651E) is known color: Pumpkin. HEX triplet: F2, 65 and 1E. RGB value is (242,101,30). Sum of RGB (Red+Green+Blue) = 242+101+30=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2651E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2651E is #0D9AE1. Grayscale: #878787. Windows color (decimal): -891618 or 1992178. OLE color: 1992178.

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

Color convert

RGB 242 101 30 -
CMYK 0 0.58 0.88 0.05
HSL 20.09º 0.89% 0.53% -
HSV(B) 20.09º 0.88% 0.95% -
XYZ 41.51 28.28 4.5 -
YUV 135.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 242 101 30 0 0.58 0.88 0.05 20.09 0.89 0.53
Hex F2 65 1E 0 3A 58 5 14 59 35
Octal 362 145 36 0 72 130 5 24 131 65
Binary 11110010 1100101 11110 0 111010 1011000 101 10100 1011001 110101

Color Harmonies of #F2651E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2651E

Black with #F2651E

Text Example


Text Example

White with #F2651E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2651E; }

 p { color: rgb(242,101,30); }

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

background-color css

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

 a { background-color: rgb(242,101,30); }

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

border-color css

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

 span { border-color: rgb(242,101,30); }

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