Html Css Color HEX #F96613 Pumpkin

📋 copy color: '#F96613'

red 249 ◦ green 102 ◦ blue 19

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

Shades of Pumpkin #F96613

Tints of Pumpkin #F96613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.57%

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 67.3%
G = 27.57%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#F96613 (or 0xF96613) is known color: Pumpkin. HEX triplet: F9, 66 and 13. RGB value is (249,102,19). Sum of RGB (Red+Green+Blue) = 249+102+19=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96613 is #0699EC. Grayscale: #888888. Windows color (decimal): -432621 or 1271545. OLE color: 1271545.

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

Color convert

RGB 249 102 19 -
CMYK 0 0.59 0.92 0.02
HSL 21.65º 0.95% 0.53% -
HSV(B) 21.65º 0.92% 0.98% -
XYZ 43.94 29.69 4.03 -
YUV 136.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 249 102 19 0 0.59 0.92 0.02 21.65 0.95 0.53
Hex F9 66 13 0 3B 5C 2 16 5F 35
Octal 371 146 23 0 73 134 2 26 137 65
Binary 11111001 1100110 10011 0 111011 1011100 10 10110 1011111 110101

Color Harmonies of #F96613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96613

Black with #F96613

Text Example


Text Example

White with #F96613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96613; }

 p { color: rgb(249,102,19); }

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

background-color css

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

 a { background-color: rgb(249,102,19); }

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

border-color css

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

 span { border-color: rgb(249,102,19); }

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