Html Css Color HEX #F97A0C Pumpkin

📋 copy color: '#F97A0C'

red 249 ◦ green 122 ◦ blue 12

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

Shades of Pumpkin #F97A0C

Tints of Pumpkin #F97A0C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.85%

 BLUE value IS 12 (5.08% from 255) = 3.13%

R = 65.01%
G = 31.85%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F97A0C (or 0xF97A0C) is known color: Pumpkin. HEX triplet: F9, 7A and 0C. RGB value is (249,122,12). Sum of RGB (Red+Green+Blue) = 249+122+12=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F97A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97A0C is #0685F3. Grayscale: #949494. Windows color (decimal): -427508 or 817913. OLE color: 817913.

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

Color convert

RGB 249 122 12 -
CMYK 0 0.51 0.95 0.02
HSL 27.85º 0.95% 0.51% -
HSV(B) 27.85º 0.95% 0.98% -
XYZ 46.09 34.09 4.5 -
YUV 147.43 51.58 200.44 -
System Red Green Blue C M Y K H S L
Decimal 249 122 12 0 0.51 0.95 0.02 27.85 0.95 0.51
Hex F9 7A C 0 33 5F 2 1C 5F 33
Octal 371 172 14 0 63 137 2 34 137 63
Binary 11111001 1111010 1100 0 110011 1011111 10 11100 1011111 110011

Color Harmonies of #F97A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F97A0C

Black with #F97A0C

Text Example


Text Example

White with #F97A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F97A0C; }

 p { color: rgb(249,122,12); }

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

background-color css

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

 a { background-color: rgb(249,122,12); }

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

border-color css

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

 span { border-color: rgb(249,122,12); }

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