Html Css Color HEX #F9770C Pumpkin

📋 copy color: '#F9770C'

red 249 ◦ green 119 ◦ blue 12

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

Shades of Pumpkin #F9770C

Tints of Pumpkin #F9770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.32%

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

R = 65.53%
G = 31.32%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9770C (or 0xF9770C) is known color: Pumpkin. HEX triplet: F9, 77 and 0C. RGB value is (249,119,12). Sum of RGB (Red+Green+Blue) = 249+119+12=380 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.53% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 249 - color contains mainly: red. Hex color #F9770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9770C is #0688F3. Grayscale: #929292. Windows color (decimal): -428276 or 817145. OLE color: 817145.

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

Color convert

RGB 249 119 12 -
CMYK 0 0.52 0.95 0.02
HSL 27.09º 0.95% 0.51% -
HSV(B) 27.09º 0.95% 0.98% -
XYZ 45.73 33.36 4.38 -
YUV 145.67 52.57 201.7 -
System Red Green Blue C M Y K H S L
Decimal 249 119 12 0 0.52 0.95 0.02 27.09 0.95 0.51
Hex F9 77 C 0 34 5F 2 1B 5F 33
Octal 371 167 14 0 64 137 2 33 137 63
Binary 11111001 1110111 1100 0 110100 1011111 10 11011 1011111 110011

Color Harmonies of #F9770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9770C

Black with #F9770C

Text Example


Text Example

White with #F9770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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