Html Css Color HEX #F2781B Pumpkin

📋 copy color: '#F2781B'

red 242 ◦ green 120 ◦ blue 27

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

Shades of Pumpkin #F2781B

Tints of Pumpkin #F2781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 62.21%
G = 30.85%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F2781B (or 0xF2781B) is known color: Pumpkin. HEX triplet: F2, 78 and 1B. RGB value is (242,120,27). Sum of RGB (Red+Green+Blue) = 242+120+27=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2781B is #0D87E4. Grayscale: #929292. Windows color (decimal): -886757 or 1800434. OLE color: 1800434.

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

Color convert

RGB 242 120 27 -
CMYK 0 0.50 0.89 0.05
HSL 25.95º 0.89% 0.53% -
HSV(B) 25.95º 0.89% 0.95% -
XYZ 43.53 32.39 4.99 -
YUV 145.88 60.92 196.56 -
System Red Green Blue C M Y K H S L
Decimal 242 120 27 0 0.50 0.89 0.05 25.95 0.89 0.53
Hex F2 78 1B 0 32 59 5 1A 59 35
Octal 362 170 33 0 62 131 5 32 131 65
Binary 11110010 1111000 11011 0 110010 1011001 101 11010 1011001 110101

Color Harmonies of #F2781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2781B

Black with #F2781B

Text Example


Text Example

White with #F2781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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