Html Css Color HEX #F06921 Pumpkin

📋 copy color: '#F06921'

red 240 ◦ green 105 ◦ blue 33

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

Shades of Pumpkin #F06921

Tints of Pumpkin #F06921

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

 GREEN value IS 105 (41.41% from 255) = 27.78%

 BLUE value IS 33 (13.28% from 255) = 8.73%

R = 63.49%
G = 27.78%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06921 (or 0xF06921) is known color: Pumpkin. HEX triplet: F0, 69 and 21. RGB value is (240,105,33). Sum of RGB (Red+Green+Blue) = 240+105+33=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F06921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06921 is #0F96DE. Grayscale: #898989. Windows color (decimal): -1021663 or 2189808. OLE color: 2189808.

HSL color Cylindrical-coordinate representation of color #F06921: hue angle of 20.87º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F06921 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 33 -
CMYK 0 0.56 0.86 0.06
HSL 20.87º 0.87% 0.54% -
HSV(B) 20.87º 0.86% 0.94% -
XYZ 41.26 28.74 4.81 -
YUV 137.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 240 105 33 0 0.56 0.86 0.06 20.87 0.87 0.54
Hex F0 69 21 0 38 56 6 15 57 36
Octal 360 151 41 0 70 126 6 25 127 66
Binary 11110000 1101001 100001 0 111000 1010110 110 10101 1010111 110110

Color Harmonies of #F06921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06921

Black with #F06921

Text Example


Text Example

White with #F06921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06921; }

 p { color: rgb(240,105,33); }

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

background-color css

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

 a { background-color: rgb(240,105,33); }

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

border-color css

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

 span { border-color: rgb(240,105,33); }

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