Html Css Color HEX #F2701D Pumpkin

📋 copy color: '#F2701D'

red 242 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #F2701D

Tints of Pumpkin #F2701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 63.19%
G = 29.24%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2701D (or 0xF2701D) is known color: Pumpkin. HEX triplet: F2, 70 and 1D. RGB value is (242,112,29). Sum of RGB (Red+Green+Blue) = 242+112+29=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F2701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2701D is #0D8FE2. Grayscale: #8D8D8D. Windows color (decimal): -888803 or 1929458. OLE color: 1929458.

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

Color convert

RGB 242 112 29 -
CMYK 0 0.54 0.88 0.05
HSL 23.38º 0.89% 0.53% -
HSV(B) 23.38º 0.88% 0.95% -
XYZ 42.63 30.55 4.81 -
YUV 141.41 64.57 199.75 -
System Red Green Blue C M Y K H S L
Decimal 242 112 29 0 0.54 0.88 0.05 23.38 0.89 0.53
Hex F2 70 1D 0 36 58 5 17 59 35
Octal 362 160 35 0 66 130 5 27 131 65
Binary 11110010 1110000 11101 0 110110 1011000 101 10111 1011001 110101

Color Harmonies of #F2701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2701D

Black with #F2701D

Text Example


Text Example

White with #F2701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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