Html Css Color HEX #F65C1D Pumpkin

📋 copy color: '#F65C1D'

red 246 ◦ green 92 ◦ blue 29

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

Shades of Pumpkin #F65C1D

Tints of Pumpkin #F65C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.07%

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 67.03%
G = 25.07%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F65C1D (or 0xF65C1D) is known color: Pumpkin. HEX triplet: F6, 5C and 1D. RGB value is (246,92,29). Sum of RGB (Red+Green+Blue) = 246+92+29=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C1D is #09A3E2. Grayscale: #838383. Windows color (decimal): -631779 or 1924342. OLE color: 1924342.

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

Color convert

RGB 246 92 29 -
CMYK 0 0.63 0.88 0.04
HSL 17.42º 0.92% 0.54% -
HSV(B) 17.42º 0.88% 0.96% -
XYZ 42.05 27.34 4.22 -
YUV 130.86 70.52 210.12 -
System Red Green Blue C M Y K H S L
Decimal 246 92 29 0 0.63 0.88 0.04 17.42 0.92 0.54
Hex F6 5C 1D 0 3F 58 4 11 5C 36
Octal 366 134 35 0 77 130 4 21 134 66
Binary 11110110 1011100 11101 0 111111 1011000 100 10001 1011100 110110

Color Harmonies of #F65C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C1D

Black with #F65C1D

Text Example


Text Example

White with #F65C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C1D; }

 p { color: rgb(246,92,29); }

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

background-color css

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

 a { background-color: rgb(246,92,29); }

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

border-color css

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

 span { border-color: rgb(246,92,29); }

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