Html Css Color HEX #FF7D0C Pumpkin

📋 copy color: '#FF7D0C'

red 255 ◦ green 125 ◦ blue 12

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

Shades of Pumpkin #FF7D0C

Tints of Pumpkin #FF7D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 65.05%
G = 31.89%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FF7D0C (or 0xFF7D0C) is known color: Pumpkin. HEX triplet: FF, 7D and 0C. RGB value is (255,125,12). Sum of RGB (Red+Green+Blue) = 255+125+12=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7D0C is #0082F3. Grayscale: #979797. Windows color (decimal): -33524 or 818687. OLE color: 818687.

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

Color convert

RGB 255 125 12 -
CMYK 0 0.51 0.95 0
HSL 27.9º 1% 0.52% -
HSV(B) 27.9º 0.95% 1% -
XYZ 48.64 35.95 4.72 -
YUV 150.99 49.57 202.19 -
System Red Green Blue C M Y K H S L
Decimal 255 125 12 0 0.51 0.95 0 27.9 1 0.52
Hex FF 7D C 0 33 5F 0 1C 64 34
Octal 377 175 14 0 63 137 0 34 144 64
Binary 11111111 1111101 1100 0 110011 1011111 0 11100 1100100 110100

Color Harmonies of #FF7D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D0C

Black with #FF7D0C

Text Example


Text Example

White with #FF7D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D0C; }

 p { color: rgb(255,125,12); }

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

background-color css

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

 a { background-color: rgb(255,125,12); }

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

border-color css

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

 span { border-color: rgb(255,125,12); }

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