Html Css Color HEX #F67F1C Pumpkin

📋 copy color: '#F67F1C'

red 246 ◦ green 127 ◦ blue 28

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

Shades of Pumpkin #F67F1C

Tints of Pumpkin #F67F1C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 28 (11.33% from 255) = 6.98%

R = 61.35%
G = 31.67%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F67F1C (or 0xF67F1C) is known color: Pumpkin. HEX triplet: F6, 7F and 1C. RGB value is (246,127,28). Sum of RGB (Red+Green+Blue) = 246+127+28=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 28 (11.33% from 255 or 6.98% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67F1C is #0980E3. Grayscale: #979797. Windows color (decimal): -622820 or 1867766. OLE color: 1867766.

HSL color Cylindrical-coordinate representation of color #F67F1C: hue angle of 27.25º 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 #F67F1C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 127 28 -
CMYK 0 0.48 0.89 0.04
HSL 27.25º 0.92% 0.54% -
HSV(B) 27.25º 0.89% 0.96% -
XYZ 45.81 34.86 5.41 -
YUV 151.3 58.42 195.55 -
System Red Green Blue C M Y K H S L
Decimal 246 127 28 0 0.48 0.89 0.04 27.25 0.92 0.54
Hex F6 7F 1C 0 30 59 4 1B 5C 36
Octal 366 177 34 0 60 131 4 33 134 66
Binary 11110110 1111111 11100 0 110000 1011001 100 11011 1011100 110110

Color Harmonies of #F67F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F1C

Black with #F67F1C

Text Example


Text Example

White with #F67F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F1C; }

 p { color: rgb(246,127,28); }

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

background-color css

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

 a { background-color: rgb(246,127,28); }

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

border-color css

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

 span { border-color: rgb(246,127,28); }

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