Html Css Color HEX #F46214 Pumpkin

📋 copy color: '#F46214'

red 244 ◦ green 98 ◦ blue 20

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

Shades of Pumpkin #F46214

Tints of Pumpkin #F46214

RGB

 RED value IS 244 (95.7% from 255) = 67.4%

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 67.4%
G = 27.07%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F46214 (or 0xF46214) is known color: Pumpkin. HEX triplet: F4, 62 and 14. RGB value is (244,98,20). Sum of RGB (Red+Green+Blue) = 244+98+20=362 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.40% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 244 - color contains mainly: red. Hex color #F46214 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46214 is #0B9DEB. Grayscale: #858585. Windows color (decimal): -761324 or 1336052. OLE color: 1336052.

HSL color Cylindrical-coordinate representation of color #F46214: hue angle of 20.89º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F46214 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 98 20 -
CMYK 0 0.60 0.92 0.04
HSL 20.89º 0.91% 0.52% -
HSV(B) 20.89º 0.92% 0.96% -
XYZ 41.8 28.02 3.87 -
YUV 132.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 244 98 20 0 0.60 0.92 0.04 20.89 0.91 0.52
Hex F4 62 14 0 3C 5C 4 15 5B 34
Octal 364 142 24 0 74 134 4 25 133 64
Binary 11110100 1100010 10100 0 111100 1011100 100 10101 1011011 110100

Color Harmonies of #F46214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46214

Black with #F46214

Text Example


Text Example

White with #F46214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46214; }

 p { color: rgb(244,98,20); }

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

background-color css

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

 a { background-color: rgb(244,98,20); }

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

border-color css

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

 span { border-color: rgb(244,98,20); }

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