Html Css Color HEX #F95D1A Pumpkin

📋 copy color: '#F95D1A'

red 249 ◦ green 93 ◦ blue 26

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

Shades of Pumpkin #F95D1A

Tints of Pumpkin #F95D1A

RGB

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

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

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

R = 67.66%
G = 25.27%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F95D1A (or 0xF95D1A) is known color: Pumpkin. HEX triplet: F9, 5D and 1A. RGB value is (249,93,26). Sum of RGB (Red+Green+Blue) = 249+93+26=368 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.66% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95D1A is #06A2E5. Grayscale: #848484. Windows color (decimal): -434918 or 1727993. OLE color: 1727993.

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

Color convert

RGB 249 93 26 -
CMYK 0 0.63 0.90 0.02
HSL 18.03º 0.95% 0.54% -
HSV(B) 18.03º 0.9% 0.98% -
XYZ 43.17 28.04 4.11 -
YUV 132.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 249 93 26 0 0.63 0.90 0.02 18.03 0.95 0.54
Hex F9 5D 1A 0 3F 5A 2 12 5F 36
Octal 371 135 32 0 77 132 2 22 137 66
Binary 11111001 1011101 11010 0 111111 1011010 10 10010 1011111 110110

Color Harmonies of #F95D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F95D1A

Black with #F95D1A

Text Example


Text Example

White with #F95D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F95D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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