Html Css Color HEX #FF741A Pumpkin

📋 copy color: '#FF741A'

red 255 ◦ green 116 ◦ blue 26

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

Shades of Pumpkin #FF741A

Tints of Pumpkin #FF741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

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

R = 64.23%
G = 29.22%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF741A (or 0xFF741A) is known color: Pumpkin. HEX triplet: FF, 74 and 1A. RGB value is (255,116,26). Sum of RGB (Red+Green+Blue) = 255+116+26=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741A is #008BE5. Grayscale: #939393. Windows color (decimal): -35814 or 1733887. OLE color: 1733887.

HSL color Cylindrical-coordinate representation of color #FF741A: hue angle of 23.58º 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 #FF741A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 116 26 -
CMYK 0 0.55 0.90 0
HSL 23.58º 1% 0.55% -
HSV(B) 23.58º 0.9% 1% -
XYZ 47.67 33.83 4.99 -
YUV 147.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 255 116 26 0 0.55 0.90 0 23.58 1 0.55
Hex FF 74 1A 0 37 5A 0 18 64 37
Octal 377 164 32 0 67 132 0 30 144 67
Binary 11111111 1110100 11010 0 110111 1011010 0 11000 1100100 110111

Color Harmonies of #FF741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF741A

Black with #FF741A

Text Example


Text Example

White with #FF741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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