Html Css Color HEX #FF741F Pumpkin

📋 copy color: '#FF741F'

red 255 ◦ green 116 ◦ blue 31

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

Shades of Pumpkin #FF741F

Tints of Pumpkin #FF741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.71%

R = 63.43%
G = 28.86%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF741F (or 0xFF741F) is known color: Pumpkin. HEX triplet: FF, 74 and 1F. RGB value is (255,116,31). Sum of RGB (Red+Green+Blue) = 255+116+31=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741F is #008BE0. Grayscale: #949494. Windows color (decimal): -35809 or 2061567. OLE color: 2061567.

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

Color convert

RGB 255 116 31 -
CMYK 0 0.55 0.88 0
HSL 22.77º 1% 0.56% -
HSV(B) 22.77º 0.88% 1% -
XYZ 47.73 33.85 5.31 -
YUV 147.87 62.05 204.41 -
System Red Green Blue C M Y K H S L
Decimal 255 116 31 0 0.55 0.88 0 22.77 1 0.56
Hex FF 74 1F 0 37 58 0 17 64 38
Octal 377 164 37 0 67 130 0 27 144 70
Binary 11111111 1110100 11111 0 110111 1011000 0 10111 1100100 111000

Color Harmonies of #FF741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF741F

Black with #FF741F

Text Example


Text Example

White with #FF741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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