Html Css Color HEX #FF7212 Pumpkin

📋 copy color: '#FF7212'

red 255 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #FF7212

Tints of Pumpkin #FF7212

RGB

 RED value IS 255 (100% from 255) = 65.89%

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 65.89%
G = 29.46%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF7212 (or 0xFF7212) is known color: Pumpkin. HEX triplet: FF, 72 and 12. RGB value is (255,114,18). Sum of RGB (Red+Green+Blue) = 255+114+18=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7212 is #008DED. Grayscale: #919191. Windows color (decimal): -36334 or 1209087. OLE color: 1209087.

HSL color Cylindrical-coordinate representation of color #FF7212: hue angle of 24.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7212 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 114 18 -
CMYK 0 0.55 0.93 0
HSL 24.3º 1% 0.54% -
HSV(B) 24.3º 0.93% 1% -
XYZ 47.37 33.34 4.51 -
YUV 145.22 56.21 206.31 -
System Red Green Blue C M Y K H S L
Decimal 255 114 18 0 0.55 0.93 0 24.3 1 0.54
Hex FF 72 12 0 37 5D 0 18 64 36
Octal 377 162 22 0 67 135 0 30 144 66
Binary 11111111 1110010 10010 0 110111 1011101 0 11000 1100100 110110

Color Harmonies of #FF7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7212

Black with #FF7212

Text Example


Text Example

White with #FF7212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7212; }

 p { color: rgb(255,114,18); }

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

background-color css

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

 a { background-color: rgb(255,114,18); }

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

border-color css

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

 span { border-color: rgb(255,114,18); }

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