Html Css Color HEX #FF7A0F Pumpkin

📋 copy color: '#FF7A0F'

red 255 ◦ green 122 ◦ blue 15

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

Shades of Pumpkin #FF7A0F

Tints of Pumpkin #FF7A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

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

R = 65.05%
G = 31.12%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF7A0F (or 0xFF7A0F) is known color: Pumpkin. HEX triplet: FF, 7A and 0F. RGB value is (255,122,15). Sum of RGB (Red+Green+Blue) = 255+122+15=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A0F is #0085F0. Grayscale: #969696. Windows color (decimal): -34289 or 1014527. OLE color: 1014527.

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

Color convert

RGB 255 122 15 -
CMYK 0 0.52 0.94 0
HSL 26.75º 1% 0.53% -
HSV(B) 26.75º 0.94% 1% -
XYZ 48.29 35.21 4.7 -
YUV 149.57 52.06 203.2 -
System Red Green Blue C M Y K H S L
Decimal 255 122 15 0 0.52 0.94 0 26.75 1 0.53
Hex FF 7A F 0 34 5E 0 1B 64 35
Octal 377 172 17 0 64 136 0 33 144 65
Binary 11111111 1111010 1111 0 110100 1011110 0 11011 1100100 110101

Color Harmonies of #FF7A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A0F

Black with #FF7A0F

Text Example


Text Example

White with #FF7A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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