Html Css Color HEX #FA7C0B Pumpkin

📋 copy color: '#FA7C0B'

red 250 ◦ green 124 ◦ blue 11

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

Shades of Pumpkin #FA7C0B

Tints of Pumpkin #FA7C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

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

R = 64.94%
G = 32.21%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA7C0B (or 0xFA7C0B) is known color: Pumpkin. HEX triplet: FA, 7C and 0B. RGB value is (250,124,11). Sum of RGB (Red+Green+Blue) = 250+124+11=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C0B is #0583F4. Grayscale: #959595. Windows color (decimal): -361461 or 752890. OLE color: 752890.

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

Color convert

RGB 250 124 11 -
CMYK 0 0.50 0.96 0.02
HSL 28.37º 0.96% 0.51% -
HSV(B) 28.37º 0.96% 0.98% -
XYZ 46.69 34.76 4.57 -
YUV 148.79 50.24 200.19 -
System Red Green Blue C M Y K H S L
Decimal 250 124 11 0 0.50 0.96 0.02 28.37 0.96 0.51
Hex FA 7C B 0 32 60 2 1C 60 33
Octal 372 174 13 0 62 140 2 34 140 63
Binary 11111010 1111100 1011 0 110010 1100000 10 11100 1100000 110011

Color Harmonies of #FA7C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C0B

Black with #FA7C0B

Text Example


Text Example

White with #FA7C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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