Html Css Color HEX #FF7A1B Pumpkin

📋 copy color: '#FF7A1B'

red 255 ◦ green 122 ◦ blue 27

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

Shades of Pumpkin #FF7A1B

Tints of Pumpkin #FF7A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.68%

R = 63.12%
G = 30.2%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF7A1B (or 0xFF7A1B) is known color: Pumpkin. HEX triplet: FF, 7A and 1B. RGB value is (255,122,27). Sum of RGB (Red+Green+Blue) = 255+122+27=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7A1B is #0085E4. Grayscale: #979797. Windows color (decimal): -34277 or 1800959. OLE color: 1800959.

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

Color convert

RGB 255 122 27 -
CMYK 0 0.52 0.89 0
HSL 25º 1% 0.55% -
HSV(B) 25º 0.89% 1% -
XYZ 48.4 35.26 5.29 -
YUV 150.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 255 122 27 0 0.52 0.89 0 25 1 0.55
Hex FF 7A 1B 0 34 59 0 19 64 37
Octal 377 172 33 0 64 131 0 31 144 67
Binary 11111111 1111010 11011 0 110100 1011001 0 11001 1100100 110111

Color Harmonies of #FF7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A1B

Black with #FF7A1B

Text Example


Text Example

White with #FF7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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