Html Css Color HEX #F95D1C Pumpkin

📋 copy color: '#F95D1C'

red 249 ◦ green 93 ◦ blue 28

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

Shades of Pumpkin #F95D1C

Tints of Pumpkin #F95D1C

RGB

 RED value IS 249 (97.66% from 255) = 67.3%

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

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

R = 67.3%
G = 25.14%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F95D1C (or 0xF95D1C) is known color: Pumpkin. HEX triplet: F9, 5D and 1C. RGB value is (249,93,28). Sum of RGB (Red+Green+Blue) = 249+93+28=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95D1C is #06A2E3. Grayscale: #848484. Windows color (decimal): -434916 or 1859065. OLE color: 1859065.

HSL color Cylindrical-coordinate representation of color #F95D1C: hue angle of 17.65º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F95D1C is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 93 28 -
CMYK 0 0.63 0.89 0.02
HSL 17.65º 0.95% 0.54% -
HSV(B) 17.65º 0.89% 0.98% -
XYZ 43.19 28.05 4.24 -
YUV 132.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 249 93 28 0 0.63 0.89 0.02 17.65 0.95 0.54
Hex F9 5D 1C 0 3F 59 2 12 5F 36
Octal 371 135 34 0 77 131 2 22 137 66
Binary 11111001 1011101 11100 0 111111 1011001 10 10010 1011111 110110

Color Harmonies of #F95D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D1C

Black with #F95D1C

Text Example


Text Example

White with #F95D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D1C; }

 p { color: rgb(249,93,28); }

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

background-color css

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

 a { background-color: rgb(249,93,28); }

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

border-color css

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

 span { border-color: rgb(249,93,28); }

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