Html Css Color HEX #F67D18 Pumpkin

📋 copy color: '#F67D18'

red 246 ◦ green 125 ◦ blue 24

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

Shades of Pumpkin #F67D18

Tints of Pumpkin #F67D18

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 62.28%
G = 31.65%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F67D18 (or 0xF67D18) is known color: Pumpkin. HEX triplet: F6, 7D and 18. RGB value is (246,125,24). Sum of RGB (Red+Green+Blue) = 246+125+24=395 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.28% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D18 is #0982E7. Grayscale: #969696. Windows color (decimal): -623336 or 1605110. OLE color: 1605110.

HSL color Cylindrical-coordinate representation of color #F67D18: hue angle of 27.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F67D18 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 125 24 -
CMYK 0 0.49 0.90 0.04
HSL 27.3º 0.93% 0.53% -
HSV(B) 27.3º 0.9% 0.96% -
XYZ 45.5 34.33 5.09 -
YUV 149.67 57.09 196.71 -
System Red Green Blue C M Y K H S L
Decimal 246 125 24 0 0.49 0.90 0.04 27.3 0.93 0.53
Hex F6 7D 18 0 31 5A 4 1B 5C 35
Octal 366 175 30 0 61 132 4 33 134 65
Binary 11110110 1111101 11000 0 110001 1011010 100 11011 1011100 110101

Color Harmonies of #F67D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D18

Black with #F67D18

Text Example


Text Example

White with #F67D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D18; }

 p { color: rgb(246,125,24); }

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

background-color css

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

 a { background-color: rgb(246,125,24); }

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

border-color css

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

 span { border-color: rgb(246,125,24); }

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