Html Css Color HEX #F67D15 Pumpkin

📋 copy color: '#F67D15'

red 246 ◦ green 125 ◦ blue 21

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

Shades of Pumpkin #F67D15

Tints of Pumpkin #F67D15

RGB

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

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

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

R = 62.76%
G = 31.89%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F67D15 (or 0xF67D15) is known color: Pumpkin. HEX triplet: F6, 7D and 15. RGB value is (246,125,21). Sum of RGB (Red+Green+Blue) = 246+125+21=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D15 is #0982EA. Grayscale: #959595. Windows color (decimal): -623339 or 1408502. OLE color: 1408502.

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

Color convert

RGB 246 125 21 -
CMYK 0 0.49 0.91 0.04
HSL 27.73º 0.93% 0.52% -
HSV(B) 27.73º 0.91% 0.96% -
XYZ 45.48 34.31 4.94 -
YUV 149.32 55.59 196.96 -
System Red Green Blue C M Y K H S L
Decimal 246 125 21 0 0.49 0.91 0.04 27.73 0.93 0.52
Hex F6 7D 15 0 31 5B 4 1C 5D 34
Octal 366 175 25 0 61 133 4 34 135 64
Binary 11110110 1111101 10101 0 110001 1011011 100 11100 1011101 110100

Color Harmonies of #F67D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D15

Black with #F67D15

Text Example


Text Example

White with #F67D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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