Html Css Color HEX #FA7A0A Pumpkin

📋 copy color: '#FA7A0A'

red 250 ◦ green 122 ◦ blue 10

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

Shades of Pumpkin #FA7A0A

Tints of Pumpkin #FA7A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.94%

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

R = 65.45%
G = 31.94%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA7A0A (or 0xFA7A0A) is known color: Pumpkin. HEX triplet: FA, 7A and 0A. RGB value is (250,122,10). Sum of RGB (Red+Green+Blue) = 250+122+10=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 122 (48.05% from 255 or 31.94% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7A0A is #0585F5. Grayscale: #949494. Windows color (decimal): -361974 or 686842. OLE color: 686842.

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

Color convert

RGB 250 122 10 -
CMYK 0 0.51 0.96 0.02
HSL 28º 0.96% 0.51% -
HSV(B) 28º 0.96% 0.98% -
XYZ 46.44 34.26 4.45 -
YUV 147.5 50.41 201.11 -
System Red Green Blue C M Y K H S L
Decimal 250 122 10 0 0.51 0.96 0.02 28 0.96 0.51
Hex FA 7A A 0 33 60 2 1C 60 33
Octal 372 172 12 0 63 140 2 34 140 63
Binary 11111010 1111010 1010 0 110011 1100000 10 11100 1100000 110011

Color Harmonies of #FA7A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7A0A

Black with #FA7A0A

Text Example


Text Example

White with #FA7A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7A0A; }

 p { color: rgb(250,122,10); }

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

background-color css

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

 a { background-color: rgb(250,122,10); }

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

border-color css

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

 span { border-color: rgb(250,122,10); }

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