Html Css Color HEX #F4821B Pumpkin

📋 copy color: '#F4821B'

red 244 ◦ green 130 ◦ blue 27

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

Shades of Pumpkin #F4821B

Tints of Pumpkin #F4821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.42%

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

R = 60.85%
G = 32.42%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4821B (or 0xF4821B) is known color: Pumpkin. HEX triplet: F4, 82 and 1B. RGB value is (244,130,27). Sum of RGB (Red+Green+Blue) = 244+130+27=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F4821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4821B is #0B7DE4. Grayscale: #989898. Windows color (decimal): -753125 or 1802996. OLE color: 1802996.

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

Color convert

RGB 244 130 27 -
CMYK 0 0.47 0.89 0.04
HSL 28.48º 0.91% 0.53% -
HSV(B) 28.48º 0.89% 0.96% -
XYZ 45.49 35.28 5.45 -
YUV 152.34 57.27 193.38 -
System Red Green Blue C M Y K H S L
Decimal 244 130 27 0 0.47 0.89 0.04 28.48 0.91 0.53
Hex F4 82 1B 0 2F 59 4 1C 5B 35
Octal 364 202 33 0 57 131 4 34 133 65
Binary 11110100 10000010 11011 0 101111 1011001 100 11100 1011011 110101

Color Harmonies of #F4821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4821B

Black with #F4821B

Text Example


Text Example

White with #F4821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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