Html Css Color HEX #FF700D Pumpkin

📋 copy color: '#FF700D'

red 255 ◦ green 112 ◦ blue 13

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

Shades of Pumpkin #FF700D

Tints of Pumpkin #FF700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 67.11%
G = 29.47%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF700D (or 0xFF700D) is known color: Pumpkin. HEX triplet: FF, 70 and 0D. RGB value is (255,112,13). Sum of RGB (Red+Green+Blue) = 255+112+13=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF700D is #008FF2. Grayscale: #909090. Windows color (decimal): -36851 or 880895. OLE color: 880895.

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

Color convert

RGB 255 112 13 -
CMYK 0 0.56 0.95 0
HSL 24.55º 1% 0.53% -
HSV(B) 24.55º 0.95% 1% -
XYZ 47.11 32.88 4.24 -
YUV 143.47 54.38 207.55 -
System Red Green Blue C M Y K H S L
Decimal 255 112 13 0 0.56 0.95 0 24.55 1 0.53
Hex FF 70 D 0 38 5F 0 19 64 35
Octal 377 160 15 0 70 137 0 31 144 65
Binary 11111111 1110000 1101 0 111000 1011111 0 11001 1100100 110101

Color Harmonies of #FF700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF700D

Black with #FF700D

Text Example


Text Example

White with #FF700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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