Html Css Color HEX #F96A1A Pumpkin

📋 copy color: '#F96A1A'

red 249 ◦ green 106 ◦ blue 26

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

Shades of Pumpkin #F96A1A

Tints of Pumpkin #F96A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

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

R = 65.35%
G = 27.82%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F96A1A (or 0xF96A1A) is known color: Pumpkin. HEX triplet: F9, 6A and 1A. RGB value is (249,106,26). Sum of RGB (Red+Green+Blue) = 249+106+26=381 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.35% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A1A is #0695E5. Grayscale: #8C8C8C. Windows color (decimal): -431590 or 1731321. OLE color: 1731321.

HSL color Cylindrical-coordinate representation of color #F96A1A: hue angle of 21.52º 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 #F96A1A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 106 26 -
CMYK 0 0.57 0.90 0.02
HSL 21.52º 0.95% 0.54% -
HSV(B) 21.52º 0.9% 0.98% -
XYZ 44.41 30.52 4.53 -
YUV 139.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 249 106 26 0 0.57 0.90 0.02 21.52 0.95 0.54
Hex F9 6A 1A 0 39 5A 2 16 5F 36
Octal 371 152 32 0 71 132 2 26 137 66
Binary 11111001 1101010 11010 0 111001 1011010 10 10110 1011111 110110

Color Harmonies of #F96A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96A1A

Black with #F96A1A

Text Example


Text Example

White with #F96A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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