Html Css Color HEX #FA760B Pumpkin

📋 copy color: '#FA760B'

red 250 ◦ green 118 ◦ blue 11

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

Shades of Pumpkin #FA760B

Tints of Pumpkin #FA760B

RGB

 RED value IS 250 (98.05% from 255) = 65.96%

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

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

R = 65.96%
G = 31.13%
B = 2.9%

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

#FA760B (or 0xFA760B) is known color: Pumpkin. HEX triplet: FA, 76 and 0B. RGB value is (250,118,11). Sum of RGB (Red+Green+Blue) = 250+118+11=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA760B is #0589F4. Grayscale: #919191. Windows color (decimal): -362997 or 751354. OLE color: 751354.

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

Color convert

RGB 250 118 11 -
CMYK 0 0.53 0.96 0.02
HSL 26.86º 0.96% 0.51% -
HSV(B) 26.86º 0.96% 0.98% -
XYZ 45.96 33.31 4.32 -
YUV 145.27 52.23 202.7 -
System Red Green Blue C M Y K H S L
Decimal 250 118 11 0 0.53 0.96 0.02 26.86 0.96 0.51
Hex FA 76 B 0 35 60 2 1B 60 33
Octal 372 166 13 0 65 140 2 33 140 63
Binary 11111010 1110110 1011 0 110101 1100000 10 11011 1100000 110011

Color Harmonies of #FA760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA760B

Black with #FA760B

Text Example


Text Example

White with #FA760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA760B; }

 p { color: rgb(250,118,11); }

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

background-color css

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

 a { background-color: rgb(250,118,11); }

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

border-color css

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

 span { border-color: rgb(250,118,11); }

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