Html Css Color HEX #F66C15 Pumpkin

📋 copy color: '#F66C15'

red 246 ◦ green 108 ◦ blue 21

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

Shades of Pumpkin #F66C15

Tints of Pumpkin #F66C15

RGB

 RED value IS 246 (96.48% from 255) = 65.6%

 GREEN value IS 108 (42.58% from 255) = 28.8%

 BLUE value IS 21 (8.59% from 255) = 5.6%

R = 65.6%
G = 28.8%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F66C15 (or 0xF66C15) is known color: Pumpkin. HEX triplet: F6, 6C and 15. RGB value is (246,108,21). Sum of RGB (Red+Green+Blue) = 246+108+21=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66C15 is #0993EA. Grayscale: #8B8B8B. Windows color (decimal): -627691 or 1404150. OLE color: 1404150.

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

Color convert

RGB 246 108 21 -
CMYK 0 0.56 0.91 0.04
HSL 23.2º 0.93% 0.52% -
HSV(B) 23.2º 0.91% 0.96% -
XYZ 43.5 30.37 4.28 -
YUV 139.34 61.22 204.07 -
System Red Green Blue C M Y K H S L
Decimal 246 108 21 0 0.56 0.91 0.04 23.2 0.93 0.52
Hex F6 6C 15 0 38 5B 4 17 5D 34
Octal 366 154 25 0 70 133 4 27 135 64
Binary 11110110 1101100 10101 0 111000 1011011 100 10111 1011101 110100

Color Harmonies of #F66C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C15

Black with #F66C15

Text Example


Text Example

White with #F66C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C15; }

 p { color: rgb(246,108,21); }

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

background-color css

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

 a { background-color: rgb(246,108,21); }

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

border-color css

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

 span { border-color: rgb(246,108,21); }

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