Html Css Color HEX #F9770B Pumpkin

📋 copy color: '#F9770B'

red 249 ◦ green 119 ◦ blue 11

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

Shades of Pumpkin #F9770B

Tints of Pumpkin #F9770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.9%

R = 65.7%
G = 31.4%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9770B (or 0xF9770B) is known color: Pumpkin. HEX triplet: F9, 77 and 0B. RGB value is (249,119,11). Sum of RGB (Red+Green+Blue) = 249+119+11=379 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.70% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 249 - color contains mainly: red. Hex color #F9770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9770B is #0688F4. Grayscale: #929292. Windows color (decimal): -428277 or 751609. OLE color: 751609.

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

Color convert

RGB 249 119 11 -
CMYK 0 0.52 0.96 0.02
HSL 27.23º 0.95% 0.51% -
HSV(B) 27.23º 0.96% 0.98% -
XYZ 45.72 33.36 4.35 -
YUV 145.56 52.07 201.78 -
System Red Green Blue C M Y K H S L
Decimal 249 119 11 0 0.52 0.96 0.02 27.23 0.95 0.51
Hex F9 77 B 0 34 60 2 1B 5F 33
Octal 371 167 13 0 64 140 2 33 137 63
Binary 11111001 1110111 1011 0 110100 1100000 10 11011 1011111 110011

Color Harmonies of #F9770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9770B

Black with #F9770B

Text Example


Text Example

White with #F9770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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