Html Css Color HEX #FA7C0D Pumpkin

📋 copy color: '#FA7C0D'

red 250 ◦ green 124 ◦ blue 13

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

Shades of Pumpkin #FA7C0D

Tints of Pumpkin #FA7C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.36%

R = 64.6%
G = 32.04%
B = 3.36%

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

#FA7C0D (or 0xFA7C0D) is known color: Pumpkin. HEX triplet: FA, 7C and 0D. RGB value is (250,124,13). Sum of RGB (Red+Green+Blue) = 250+124+13=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7C0D is #0583F2. Grayscale: #959595. Windows color (decimal): -361459 or 883962. OLE color: 883962.

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

Color convert

RGB 250 124 13 -
CMYK 0 0.50 0.95 0.02
HSL 28.1º 0.96% 0.52% -
HSV(B) 28.1º 0.95% 0.98% -
XYZ 46.7 34.77 4.63 -
YUV 149.02 51.24 200.03 -
System Red Green Blue C M Y K H S L
Decimal 250 124 13 0 0.50 0.95 0.02 28.1 0.96 0.52
Hex FA 7C D 0 32 5F 2 1C 60 34
Octal 372 174 15 0 62 137 2 34 140 64
Binary 11111010 1111100 1101 0 110010 1011111 10 11100 1100000 110100

Color Harmonies of #FA7C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C0D

Black with #FA7C0D

Text Example


Text Example

White with #FA7C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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