Html Css Color HEX #FF7D22 Pumpkin

📋 copy color: '#FF7D22'

red 255 ◦ green 125 ◦ blue 34

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

Shades of Pumpkin #FF7D22

Tints of Pumpkin #FF7D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 61.59%
G = 30.19%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF7D22 (or 0xFF7D22) is known color: Pumpkin. HEX triplet: FF, 7D and 22. RGB value is (255,125,34). Sum of RGB (Red+Green+Blue) = 255+125+34=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7D22 is #0082DD. Grayscale: #999999. Windows color (decimal): -33502 or 2260479. OLE color: 2260479.

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

Color convert

RGB 255 125 34 -
CMYK 0 0.51 0.87 0
HSL 24.71º 1% 0.57% -
HSV(B) 24.71º 0.87% 1% -
XYZ 48.86 36.04 5.89 -
YUV 153.5 60.57 200.4 -
System Red Green Blue C M Y K H S L
Decimal 255 125 34 0 0.51 0.87 0 24.71 1 0.57
Hex FF 7D 22 0 33 57 0 19 64 39
Octal 377 175 42 0 63 127 0 31 144 71
Binary 11111111 1111101 100010 0 110011 1010111 0 11001 1100100 111001

Color Harmonies of #FF7D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D22

Black with #FF7D22

Text Example


Text Example

White with #FF7D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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