Html Css Color HEX #FA7C0C Pumpkin

📋 copy color: '#FA7C0C'

red 250 ◦ green 124 ◦ blue 12

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

Shades of Pumpkin #FA7C0C

Tints of Pumpkin #FA7C0C

RGB

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

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

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

R = 64.77%
G = 32.12%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA7C0C (or 0xFA7C0C) is known color: Pumpkin. HEX triplet: FA, 7C and 0C. RGB value is (250,124,12). Sum of RGB (Red+Green+Blue) = 250+124+12=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C0C is #0583F3. Grayscale: #959595. Windows color (decimal): -361460 or 818426. OLE color: 818426.

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

Color convert

RGB 250 124 12 -
CMYK 0 0.50 0.95 0.02
HSL 28.24º 0.96% 0.51% -
HSV(B) 28.24º 0.95% 0.98% -
XYZ 46.7 34.77 4.6 -
YUV 148.91 50.74 200.11 -
System Red Green Blue C M Y K H S L
Decimal 250 124 12 0 0.50 0.95 0.02 28.24 0.96 0.51
Hex FA 7C C 0 32 5F 2 1C 60 33
Octal 372 174 14 0 62 137 2 34 140 63
Binary 11111010 1111100 1100 0 110010 1011111 10 11100 1100000 110011

Color Harmonies of #FA7C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C0C

Black with #FA7C0C

Text Example


Text Example

White with #FA7C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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