Html Css Color HEX #F98312 Pumpkin

📋 copy color: '#F98312'

red 249 ◦ green 131 ◦ blue 18

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

Shades of Pumpkin #F98312

Tints of Pumpkin #F98312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 62.56%
G = 32.91%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F98312 (or 0xF98312) is known color: Pumpkin. HEX triplet: F9, 83 and 12. RGB value is (249,131,18). Sum of RGB (Red+Green+Blue) = 249+131+18=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F98312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98312 is #067CED. Grayscale: #999999. Windows color (decimal): -425198 or 1213433. OLE color: 1213433.

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

Color convert

RGB 249 131 18 -
CMYK 0 0.47 0.93 0.02
HSL 29.35º 0.95% 0.52% -
HSV(B) 29.35º 0.93% 0.98% -
XYZ 47.29 36.42 5.11 -
YUV 153.4 51.59 196.19 -
System Red Green Blue C M Y K H S L
Decimal 249 131 18 0 0.47 0.93 0.02 29.35 0.95 0.52
Hex F9 83 12 0 2F 5D 2 1D 5F 34
Octal 371 203 22 0 57 135 2 35 137 64
Binary 11111001 10000011 10010 0 101111 1011101 10 11101 1011111 110100

Color Harmonies of #F98312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F98312

Black with #F98312

Text Example


Text Example

White with #F98312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F98312; }

 p { color: rgb(249,131,18); }

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

background-color css

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

 a { background-color: rgb(249,131,18); }

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

border-color css

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

 span { border-color: rgb(249,131,18); }

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