Html Css Color HEX #F2661D Pumpkin

📋 copy color: '#F2661D'

red 242 ◦ green 102 ◦ blue 29

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

Shades of Pumpkin #F2661D

Tints of Pumpkin #F2661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 64.88%
G = 27.35%
B = 7.77%

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

#F2661D (or 0xF2661D) is known color: Pumpkin. HEX triplet: F2, 66 and 1D. RGB value is (242,102,29). Sum of RGB (Red+Green+Blue) = 242+102+29=373 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.88% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 242 - color contains mainly: red. Hex color #F2661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2661D is #0D99E2. Grayscale: #878787. Windows color (decimal): -891363 or 1926898. OLE color: 1926898.

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

Color convert

RGB 242 102 29 -
CMYK 0 0.58 0.88 0.05
HSL 20.56º 0.89% 0.53% -
HSV(B) 20.56º 0.88% 0.95% -
XYZ 41.59 28.47 4.47 -
YUV 135.54 67.88 203.94 -
System Red Green Blue C M Y K H S L
Decimal 242 102 29 0 0.58 0.88 0.05 20.56 0.89 0.53
Hex F2 66 1D 0 3A 58 5 15 59 35
Octal 362 146 35 0 72 130 5 25 131 65
Binary 11110010 1100110 11101 0 111010 1011000 101 10101 1011001 110101

Color Harmonies of #F2661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2661D

Black with #F2661D

Text Example


Text Example

White with #F2661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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