Html Css Color HEX #F2671D Pumpkin

📋 copy color: '#F2671D'

red 242 ◦ green 103 ◦ blue 29

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

Shades of Pumpkin #F2671D

Tints of Pumpkin #F2671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

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

R = 64.71%
G = 27.54%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F2671D (or 0xF2671D) is known color: Pumpkin. HEX triplet: F2, 67 and 1D. RGB value is (242,103,29). Sum of RGB (Red+Green+Blue) = 242+103+29=374 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.71% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 242 - color contains mainly: red. Hex color #F2671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2671D is #0D98E2. Grayscale: #888888. Windows color (decimal): -891107 or 1927154. OLE color: 1927154.

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

Color convert

RGB 242 103 29 -
CMYK 0 0.57 0.88 0.05
HSL 20.85º 0.89% 0.53% -
HSV(B) 20.85º 0.88% 0.95% -
XYZ 41.69 28.67 4.5 -
YUV 136.13 67.55 203.52 -
System Red Green Blue C M Y K H S L
Decimal 242 103 29 0 0.57 0.88 0.05 20.85 0.89 0.53
Hex F2 67 1D 0 39 58 5 15 59 35
Octal 362 147 35 0 71 130 5 25 131 65
Binary 11110010 1100111 11101 0 111001 1011000 101 10101 1011001 110101

Color Harmonies of #F2671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2671D

Black with #F2671D

Text Example


Text Example

White with #F2671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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