Html Css Color HEX #FF7F0D Pumpkin

📋 copy color: '#FF7F0D'

red 255 ◦ green 127 ◦ blue 13

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

Shades of Pumpkin #FF7F0D

Tints of Pumpkin #FF7F0D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

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

R = 64.56%
G = 32.15%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF7F0D (or 0xFF7F0D) is known color: Pumpkin. HEX triplet: FF, 7F and 0D. RGB value is (255,127,13). Sum of RGB (Red+Green+Blue) = 255+127+13=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7F0D is #0080F2. Grayscale: #989898. Windows color (decimal): -33011 or 884735. OLE color: 884735.

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

Color convert

RGB 255 127 13 -
CMYK 0 0.50 0.95 0
HSL 28.26º 1% 0.53% -
HSV(B) 28.26º 0.95% 1% -
XYZ 48.9 36.47 4.84 -
YUV 152.28 49.41 201.27 -
System Red Green Blue C M Y K H S L
Decimal 255 127 13 0 0.50 0.95 0 28.26 1 0.53
Hex FF 7F D 0 32 5F 0 1C 64 35
Octal 377 177 15 0 62 137 0 34 144 65
Binary 11111111 1111111 1101 0 110010 1011111 0 11100 1100100 110101

Color Harmonies of #FF7F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F0D

Black with #FF7F0D

Text Example


Text Example

White with #FF7F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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