Html Css Color HEX #F2651D Pumpkin

📋 copy color: '#F2651D'

red 242 ◦ green 101 ◦ blue 29

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

Shades of Pumpkin #F2651D

Tints of Pumpkin #F2651D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.8%

R = 65.05%
G = 27.15%
B = 7.8%

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

#F2651D (or 0xF2651D) is known color: Pumpkin. HEX triplet: F2, 65 and 1D. RGB value is (242,101,29). Sum of RGB (Red+Green+Blue) = 242+101+29=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2651D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2651D is #0D9AE2. Grayscale: #878787. Windows color (decimal): -891619 or 1926642. OLE color: 1926642.

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

Color convert

RGB 242 101 29 -
CMYK 0 0.58 0.88 0.05
HSL 20.28º 0.89% 0.53% -
HSV(B) 20.28º 0.88% 0.95% -
XYZ 41.49 28.27 4.43 -
YUV 134.95 68.21 204.35 -
System Red Green Blue C M Y K H S L
Decimal 242 101 29 0 0.58 0.88 0.05 20.28 0.89 0.53
Hex F2 65 1D 0 3A 58 5 14 59 35
Octal 362 145 35 0 72 130 5 24 131 65
Binary 11110010 1100101 11101 0 111010 1011000 101 10100 1011001 110101

Color Harmonies of #F2651D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2651D

Black with #F2651D

Text Example


Text Example

White with #F2651D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2651D; }

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

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

background-color css

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

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

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

border-color css

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

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

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