Html Css Color HEX #FB760A Pumpkin

📋 copy color: '#FB760A'

red 251 ◦ green 118 ◦ blue 10

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

Shades of Pumpkin #FB760A

Tints of Pumpkin #FB760A

RGB

 RED value IS 251 (98.44% from 255) = 66.23%

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 10 (4.3% from 255) = 2.64%

R = 66.23%
G = 31.13%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB760A (or 0xFB760A) is known color: Pumpkin. HEX triplet: FB, 76 and 0A. RGB value is (251,118,10). Sum of RGB (Red+Green+Blue) = 251+118+10=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB760A is #0489F5. Grayscale: #929292. Windows color (decimal): -297462 or 685819. OLE color: 685819.

HSL color Cylindrical-coordinate representation of color #FB760A: hue angle of 26.89º degrees, saturation: 0.97, 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 #FB760A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 118 10 -
CMYK 0 0.53 0.96 0.02
HSL 26.89º 0.97% 0.51% -
HSV(B) 26.89º 0.96% 0.98% -
XYZ 46.32 33.49 4.31 -
YUV 145.46 51.56 203.28 -
System Red Green Blue C M Y K H S L
Decimal 251 118 10 0 0.53 0.96 0.02 26.89 0.97 0.51
Hex FB 76 A 0 35 60 2 1B 61 33
Octal 373 166 12 0 65 140 2 33 141 63
Binary 11111011 1110110 1010 0 110101 1100000 10 11011 1100001 110011

Color Harmonies of #FB760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB760A

Black with #FB760A

Text Example


Text Example

White with #FB760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB760A; }

 p { color: rgb(251,118,10); }

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

background-color css

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

 a { background-color: rgb(251,118,10); }

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

border-color css

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

 span { border-color: rgb(251,118,10); }

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