Html Css Color HEX #F2770E Pumpkin

📋 copy color: '#F2770E'

red 242 ◦ green 119 ◦ blue 14

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

Shades of Pumpkin #F2770E

Tints of Pumpkin #F2770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

 BLUE value IS 14 (5.86% from 255) = 3.73%

R = 64.53%
G = 31.73%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F2770E (or 0xF2770E) is known color: Pumpkin. HEX triplet: F2, 77 and 0E. RGB value is (242,119,14). Sum of RGB (Red+Green+Blue) = 242+119+14=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 14 (5.86% from 255 or 3.73% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F2770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2770E is #0D88F1. Grayscale: #909090. Windows color (decimal): -887026 or 948210. OLE color: 948210.

HSL color Cylindrical-coordinate representation of color #F2770E: hue angle of 27.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2770E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 119 14 -
CMYK 0 0.51 0.94 0.05
HSL 27.63º 0.9% 0.5% -
HSV(B) 27.63º 0.94% 0.95% -
XYZ 43.29 32.1 4.33 -
YUV 143.81 54.75 198.04 -
System Red Green Blue C M Y K H S L
Decimal 242 119 14 0 0.51 0.94 0.05 27.63 0.9 0.5
Hex F2 77 E 0 33 5E 5 1C 5A 32
Octal 362 167 16 0 63 136 5 34 132 62
Binary 11110010 1110111 1110 0 110011 1011110 101 11100 1011010 110010

Color Harmonies of #F2770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2770E

Black with #F2770E

Text Example


Text Example

White with #F2770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2770E; }

 p { color: rgb(242,119,14); }

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

background-color css

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

 a { background-color: rgb(242,119,14); }

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

border-color css

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

 span { border-color: rgb(242,119,14); }

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