Html Css Color HEX #FF750F Pumpkin

📋 copy color: '#FF750F'

red 255 ◦ green 117 ◦ blue 15

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

Shades of Pumpkin #FF750F

Tints of Pumpkin #FF750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 65.89%
G = 30.23%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF750F (or 0xFF750F) is known color: Pumpkin. HEX triplet: FF, 75 and 0F. RGB value is (255,117,15). Sum of RGB (Red+Green+Blue) = 255+117+15=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF750F is #008AF0. Grayscale: #939393. Windows color (decimal): -35569 or 1013247. OLE color: 1013247.

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

Color convert

RGB 255 117 15 -
CMYK 0 0.54 0.94 0
HSL 25.5º 1% 0.53% -
HSV(B) 25.5º 0.94% 1% -
XYZ 47.69 34.02 4.5 -
YUV 146.63 53.72 205.29 -
System Red Green Blue C M Y K H S L
Decimal 255 117 15 0 0.54 0.94 0 25.5 1 0.53
Hex FF 75 F 0 36 5E 0 1A 64 35
Octal 377 165 17 0 66 136 0 32 144 65
Binary 11111111 1110101 1111 0 110110 1011110 0 11010 1100100 110101

Color Harmonies of #FF750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF750F

Black with #FF750F

Text Example


Text Example

White with #FF750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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