Html Css Color HEX #F17D12 Pumpkin

📋 copy color: '#F17D12'

red 241 ◦ green 125 ◦ blue 18

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

Shades of Pumpkin #F17D12

Tints of Pumpkin #F17D12

RGB

 RED value IS 241 (94.53% from 255) = 62.76%

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

 BLUE value IS 18 (7.42% from 255) = 4.69%

R = 62.76%
G = 32.55%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F17D12 (or 0xF17D12) is known color: Pumpkin. HEX triplet: F1, 7D and 12. RGB value is (241,125,18). Sum of RGB (Red+Green+Blue) = 241+125+18=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D12 is #0E82ED. Grayscale: #949494. Windows color (decimal): -951022 or 1211889. OLE color: 1211889.

HSL color Cylindrical-coordinate representation of color #F17D12: hue angle of 28.79º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F17D12 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 125 18 -
CMYK 0 0.48 0.93 0.05
HSL 28.79º 0.89% 0.51% -
HSV(B) 28.79º 0.93% 0.95% -
XYZ 43.72 33.41 4.72 -
YUV 147.49 54.93 194.7 -
System Red Green Blue C M Y K H S L
Decimal 241 125 18 0 0.48 0.93 0.05 28.79 0.89 0.51
Hex F1 7D 12 0 30 5D 5 1D 59 33
Octal 361 175 22 0 60 135 5 35 131 63
Binary 11110001 1111101 10010 0 110000 1011101 101 11101 1011001 110011

Color Harmonies of #F17D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D12

Black with #F17D12

Text Example


Text Example

White with #F17D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D12; }

 p { color: rgb(241,125,18); }

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

background-color css

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

 a { background-color: rgb(241,125,18); }

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

border-color css

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

 span { border-color: rgb(241,125,18); }

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