Html Css Color HEX #F0661A Pumpkin

📋 copy color: '#F0661A'

red 240 ◦ green 102 ◦ blue 26

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

Shades of Pumpkin #F0661A

Tints of Pumpkin #F0661A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 65.22%
G = 27.72%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0661A (or 0xF0661A) is known color: Pumpkin. HEX triplet: F0, 66 and 1A. RGB value is (240,102,26). Sum of RGB (Red+Green+Blue) = 240+102+26=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F0661A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0661A is #0F99E5. Grayscale: #878787. Windows color (decimal): -1022438 or 1730288. OLE color: 1730288.

HSL color Cylindrical-coordinate representation of color #F0661A: hue angle of 21.31º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0661A is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 26 -
CMYK 0 0.58 0.89 0.06
HSL 21.31º 0.88% 0.52% -
HSV(B) 21.31º 0.89% 0.94% -
XYZ 40.87 28.1 4.25 -
YUV 134.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 240 102 26 0 0.58 0.89 0.06 21.31 0.88 0.52
Hex F0 66 1A 0 3A 59 6 15 58 34
Octal 360 146 32 0 72 131 6 25 130 64
Binary 11110000 1100110 11010 0 111010 1011001 110 10101 1011000 110100

Color Harmonies of #F0661A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0661A

Black with #F0661A

Text Example


Text Example

White with #F0661A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0661A; }

 p { color: rgb(240,102,26); }

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

background-color css

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

 a { background-color: rgb(240,102,26); }

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

border-color css

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

 span { border-color: rgb(240,102,26); }

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