Html Css Color HEX #FF7023 Pumpkin

📋 copy color: '#FF7023'

red 255 ◦ green 112 ◦ blue 35

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

Shades of Pumpkin #FF7023

Tints of Pumpkin #FF7023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.71%

R = 63.43%
G = 27.86%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF7023 (or 0xFF7023) is known color: Pumpkin. HEX triplet: FF, 70 and 23. RGB value is (255,112,35). Sum of RGB (Red+Green+Blue) = 255+112+35=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 112 (44.14% from 255 or 27.86% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7023 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7023 is #008FDC. Grayscale: #929292. Windows color (decimal): -36829 or 2322687. OLE color: 2322687.

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

Color convert

RGB 255 112 35 -
CMYK 0 0.56 0.86 0
HSL 21º 1% 0.57% -
HSV(B) 21º 0.86% 1% -
XYZ 47.34 32.97 5.46 -
YUV 145.98 65.38 205.76 -
System Red Green Blue C M Y K H S L
Decimal 255 112 35 0 0.56 0.86 0 21 1 0.57
Hex FF 70 23 0 38 56 0 15 64 39
Octal 377 160 43 0 70 126 0 25 144 71
Binary 11111111 1110000 100011 0 111000 1010110 0 10101 1100100 111001

Color Harmonies of #FF7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7023

Black with #FF7023

Text Example


Text Example

White with #FF7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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