Html Css Color HEX #F2671A Pumpkin

📋 copy color: '#F2671A'

red 242 ◦ green 103 ◦ blue 26

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

Shades of Pumpkin #F2671A

Tints of Pumpkin #F2671A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.01%

R = 65.23%
G = 27.76%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2671A (or 0xF2671A) is known color: Pumpkin. HEX triplet: F2, 67 and 1A. RGB value is (242,103,26). Sum of RGB (Red+Green+Blue) = 242+103+26=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F2671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2671A is #0D98E5. Grayscale: #888888. Windows color (decimal): -891110 or 1730546. OLE color: 1730546.

HSL color Cylindrical-coordinate representation of color #F2671A: hue angle of 21.39º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2671A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 26 -
CMYK 0 0.57 0.89 0.05
HSL 21.39º 0.89% 0.53% -
HSV(B) 21.39º 0.89% 0.95% -
XYZ 41.65 28.65 4.31 -
YUV 135.78 66.05 203.76 -
System Red Green Blue C M Y K H S L
Decimal 242 103 26 0 0.57 0.89 0.05 21.39 0.89 0.53
Hex F2 67 1A 0 39 59 5 15 59 35
Octal 362 147 32 0 71 131 5 25 131 65
Binary 11110010 1100111 11010 0 111001 1011001 101 10101 1011001 110101

Color Harmonies of #F2671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2671A

Black with #F2671A

Text Example


Text Example

White with #F2671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2671A; }

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

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

background-color css

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

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

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

border-color css

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

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

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