Html Css Color HEX #FF751F Pumpkin

📋 copy color: '#FF751F'

red 255 ◦ green 117 ◦ blue 31

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

Shades of Pumpkin #FF751F

Tints of Pumpkin #FF751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.03%

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

R = 63.28%
G = 29.03%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF751F (or 0xFF751F) is known color: Pumpkin. HEX triplet: FF, 75 and 1F. RGB value is (255,117,31). Sum of RGB (Red+Green+Blue) = 255+117+31=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF751F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF751F is #008AE0. Grayscale: #949494. Windows color (decimal): -35553 or 2061823. OLE color: 2061823.

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

Color convert

RGB 255 117 31 -
CMYK 0 0.54 0.88 0
HSL 23.04º 1% 0.56% -
HSV(B) 23.04º 0.88% 1% -
XYZ 47.85 34.08 5.35 -
YUV 148.46 61.72 203.99 -
System Red Green Blue C M Y K H S L
Decimal 255 117 31 0 0.54 0.88 0 23.04 1 0.56
Hex FF 75 1F 0 36 58 0 17 64 38
Octal 377 165 37 0 66 130 0 27 144 70
Binary 11111111 1110101 11111 0 110110 1011000 0 10111 1100100 111000

Color Harmonies of #FF751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF751F

Black with #FF751F

Text Example


Text Example

White with #FF751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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