Html Css Color HEX #FF7A1A Pumpkin

📋 copy color: '#FF7A1A'

red 255 ◦ green 122 ◦ blue 26

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

Shades of Pumpkin #FF7A1A

Tints of Pumpkin #FF7A1A

RGB

 RED value IS 255 (100% from 255) = 63.28%

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

 BLUE value IS 26 (10.55% from 255) = 6.45%

R = 63.28%
G = 30.27%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF7A1A (or 0xFF7A1A) is known color: Pumpkin. HEX triplet: FF, 7A and 1A. RGB value is (255,122,26). Sum of RGB (Red+Green+Blue) = 255+122+26=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 26 (10.55% from 255 or 6.45% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A1A is #0085E5. Grayscale: #979797. Windows color (decimal): -34278 or 1735423. OLE color: 1735423.

HSL color Cylindrical-coordinate representation of color #FF7A1A: hue angle of 25.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF7A1A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 122 26 -
CMYK 0 0.52 0.90 0
HSL 25.15º 1% 0.55% -
HSV(B) 25.15º 0.9% 1% -
XYZ 48.39 35.25 5.23 -
YUV 150.82 57.56 202.31 -
System Red Green Blue C M Y K H S L
Decimal 255 122 26 0 0.52 0.90 0 25.15 1 0.55
Hex FF 7A 1A 0 34 5A 0 19 64 37
Octal 377 172 32 0 64 132 0 31 144 67
Binary 11111111 1111010 11010 0 110100 1011010 0 11001 1100100 110111

Color Harmonies of #FF7A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A1A

Black with #FF7A1A

Text Example


Text Example

White with #FF7A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A1A; }

 p { color: rgb(255,122,26); }

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

background-color css

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

 a { background-color: rgb(255,122,26); }

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

border-color css

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

 span { border-color: rgb(255,122,26); }

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