Html Css Color HEX #FF740D Pumpkin

📋 copy color: '#FF740D'

red 255 ◦ green 116 ◦ blue 13

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

Shades of Pumpkin #FF740D

Tints of Pumpkin #FF740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 66.41%
G = 30.21%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF740D (or 0xFF740D) is known color: Pumpkin. HEX triplet: FF, 74 and 0D. RGB value is (255,116,13). Sum of RGB (Red+Green+Blue) = 255+116+13=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740D is #008BF2. Grayscale: #929292. Windows color (decimal): -35827 or 881919. OLE color: 881919.

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

Color convert

RGB 255 116 13 -
CMYK 0 0.55 0.95 0
HSL 25.54º 1% 0.53% -
HSV(B) 25.54º 0.95% 1% -
XYZ 47.56 33.78 4.39 -
YUV 145.82 53.05 205.88 -
System Red Green Blue C M Y K H S L
Decimal 255 116 13 0 0.55 0.95 0 25.54 1 0.53
Hex FF 74 D 0 37 5F 0 1A 64 35
Octal 377 164 15 0 67 137 0 32 144 65
Binary 11111111 1110100 1101 0 110111 1011111 0 11010 1100100 110101

Color Harmonies of #FF740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF740D

Black with #FF740D

Text Example


Text Example

White with #FF740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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