Html Css Color HEX #F96C23 Pumpkin

📋 copy color: '#F96C23'

red 249 ◦ green 108 ◦ blue 35

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

Shades of Pumpkin #F96C23

Tints of Pumpkin #F96C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.55%

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 63.52%
G = 27.55%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#F96C23 (or 0xF96C23) is known color: Pumpkin. HEX triplet: F9, 6C and 23. RGB value is (249,108,35). Sum of RGB (Red+Green+Blue) = 249+108+35=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C23 is #0693DC. Grayscale: #8E8E8E. Windows color (decimal): -431069 or 2321657. OLE color: 2321657.

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

Color convert

RGB 249 108 35 -
CMYK 0 0.57 0.86 0.02
HSL 20.47º 0.95% 0.56% -
HSV(B) 20.47º 0.86% 0.98% -
XYZ 44.73 30.99 5.21 -
YUV 141.84 67.71 204.44 -
System Red Green Blue C M Y K H S L
Decimal 249 108 35 0 0.57 0.86 0.02 20.47 0.95 0.56
Hex F9 6C 23 0 39 56 2 14 5F 38
Octal 371 154 43 0 71 126 2 24 137 70
Binary 11111001 1101100 100011 0 111001 1010110 10 10100 1011111 111000

Color Harmonies of #F96C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C23

Black with #F96C23

Text Example


Text Example

White with #F96C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C23; }

 p { color: rgb(249,108,35); }

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

background-color css

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

 a { background-color: rgb(249,108,35); }

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

border-color css

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

 span { border-color: rgb(249,108,35); }

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