Html Css Color HEX #F2731B Pumpkin

📋 copy color: '#F2731B'

red 242 ◦ green 115 ◦ blue 27

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

Shades of Pumpkin #F2731B

Tints of Pumpkin #F2731B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.95%

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

R = 63.02%
G = 29.95%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2731B (or 0xF2731B) is known color: Pumpkin. HEX triplet: F2, 73 and 1B. RGB value is (242,115,27). Sum of RGB (Red+Green+Blue) = 242+115+27=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F2731B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2731B is #0D8CE4. Grayscale: #8F8F8F. Windows color (decimal): -888037 or 1799154. OLE color: 1799154.

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

Color convert

RGB 242 115 27 -
CMYK 0 0.52 0.89 0.05
HSL 24.56º 0.89% 0.53% -
HSV(B) 24.56º 0.89% 0.95% -
XYZ 42.95 31.22 4.8 -
YUV 142.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 242 115 27 0 0.52 0.89 0.05 24.56 0.89 0.53
Hex F2 73 1B 0 34 59 5 19 59 35
Octal 362 163 33 0 64 131 5 31 131 65
Binary 11110010 1110011 11011 0 110100 1011001 101 11001 1011001 110101

Color Harmonies of #F2731B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2731B

Black with #F2731B

Text Example


Text Example

White with #F2731B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2731B; }

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

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

background-color css

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

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

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

border-color css

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

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

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