Html Css Color HEX #F2671B Pumpkin

📋 copy color: '#F2671B'

red 242 ◦ green 103 ◦ blue 27

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

Shades of Pumpkin #F2671B

Tints of Pumpkin #F2671B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.26%

R = 65.05%
G = 27.69%
B = 7.26%

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

#F2671B (or 0xF2671B) is known color: Pumpkin. HEX triplet: F2, 67 and 1B. RGB value is (242,103,27). Sum of RGB (Red+Green+Blue) = 242+103+27=372 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.05% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 242 - color contains mainly: red. Hex color #F2671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2671B is #0D98E4. Grayscale: #888888. Windows color (decimal): -891109 or 1796082. OLE color: 1796082.

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

Color convert

RGB 242 103 27 -
CMYK 0 0.57 0.89 0.05
HSL 21.21º 0.89% 0.53% -
HSV(B) 21.21º 0.89% 0.95% -
XYZ 41.67 28.66 4.37 -
YUV 135.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 242 103 27 0 0.57 0.89 0.05 21.21 0.89 0.53
Hex F2 67 1B 0 39 59 5 15 59 35
Octal 362 147 33 0 71 131 5 25 131 65
Binary 11110010 1100111 11011 0 111001 1011001 101 10101 1011001 110101

Color Harmonies of #F2671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2671B

Black with #F2671B

Text Example


Text Example

White with #F2671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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