Html Css Color HEX #F65C1B Pumpkin

📋 copy color: '#F65C1B'

red 246 ◦ green 92 ◦ blue 27

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

Shades of Pumpkin #F65C1B

Tints of Pumpkin #F65C1B

RGB

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

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

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

R = 67.4%
G = 25.21%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F65C1B (or 0xF65C1B) is known color: Pumpkin. HEX triplet: F6, 5C and 1B. RGB value is (246,92,27). Sum of RGB (Red+Green+Blue) = 246+92+27=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C1B is #09A3E4. Grayscale: #838383. Windows color (decimal): -631781 or 1793270. OLE color: 1793270.

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

Color convert

RGB 246 92 27 -
CMYK 0 0.63 0.89 0.04
HSL 17.81º 0.92% 0.54% -
HSV(B) 17.81º 0.89% 0.96% -
XYZ 42.03 27.33 4.1 -
YUV 130.64 69.52 210.29 -
System Red Green Blue C M Y K H S L
Decimal 246 92 27 0 0.63 0.89 0.04 17.81 0.92 0.54
Hex F6 5C 1B 0 3F 59 4 12 5C 36
Octal 366 134 33 0 77 131 4 22 134 66
Binary 11110110 1011100 11011 0 111111 1011001 100 10010 1011100 110110

Color Harmonies of #F65C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C1B

Black with #F65C1B

Text Example


Text Example

White with #F65C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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