Html Css Color HEX #F75D1A Pumpkin

📋 copy color: '#F75D1A'

red 247 ◦ green 93 ◦ blue 26

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

Shades of Pumpkin #F75D1A

Tints of Pumpkin #F75D1A

RGB

 RED value IS 247 (96.88% from 255) = 67.49%

 GREEN value IS 93 (36.72% from 255) = 25.41%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 67.49%
G = 25.41%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F75D1A (or 0xF75D1A) is known color: Pumpkin. HEX triplet: F7, 5D and 1A. RGB value is (247,93,26). Sum of RGB (Red+Green+Blue) = 247+93+26=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75D1A is #08A2E5. Grayscale: #838383. Windows color (decimal): -565990 or 1727991. OLE color: 1727991.

HSL color Cylindrical-coordinate representation of color #F75D1A: hue angle of 18.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F75D1A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 26 -
CMYK 0 0.62 0.89 0.03
HSL 18.19º 0.93% 0.54% -
HSV(B) 18.19º 0.89% 0.97% -
XYZ 42.46 27.68 4.08 -
YUV 131.41 68.52 210.45 -
System Red Green Blue C M Y K H S L
Decimal 247 93 26 0 0.62 0.89 0.03 18.19 0.93 0.54
Hex F7 5D 1A 0 3E 59 3 12 5D 36
Octal 367 135 32 0 76 131 3 22 135 66
Binary 11110111 1011101 11010 0 111110 1011001 11 10010 1011101 110110

Color Harmonies of #F75D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D1A

Black with #F75D1A

Text Example


Text Example

White with #F75D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D1A; }

 p { color: rgb(247,93,26); }

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

background-color css

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

 a { background-color: rgb(247,93,26); }

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

border-color css

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

 span { border-color: rgb(247,93,26); }

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