Html Css Color HEX #F4701B Pumpkin

📋 copy color: '#F4701B'

red 244 ◦ green 112 ◦ blue 27

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

Shades of Pumpkin #F4701B

Tints of Pumpkin #F4701B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.24%

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

R = 63.71%
G = 29.24%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4701B (or 0xF4701B) is known color: Pumpkin. HEX triplet: F4, 70 and 1B. RGB value is (244,112,27). Sum of RGB (Red+Green+Blue) = 244+112+27=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F4701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4701B is #0B8FE4. Grayscale: #8E8E8E. Windows color (decimal): -757733 or 1798388. OLE color: 1798388.

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

Color convert

RGB 244 112 27 -
CMYK 0 0.54 0.89 0.04
HSL 23.5º 0.91% 0.53% -
HSV(B) 23.5º 0.89% 0.96% -
XYZ 43.3 30.9 4.72 -
YUV 141.78 63.23 200.91 -
System Red Green Blue C M Y K H S L
Decimal 244 112 27 0 0.54 0.89 0.04 23.5 0.91 0.53
Hex F4 70 1B 0 36 59 4 18 5B 35
Octal 364 160 33 0 66 131 4 30 133 65
Binary 11110100 1110000 11011 0 110110 1011001 100 11000 1011011 110101

Color Harmonies of #F4701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4701B

Black with #F4701B

Text Example


Text Example

White with #F4701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4701B; }

 p { color: rgb(244,112,27); }

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

background-color css

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

 a { background-color: rgb(244,112,27); }

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

border-color css

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

 span { border-color: rgb(244,112,27); }

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