Html Css Color HEX #FF740A Pumpkin

📋 copy color: '#FF740A'

red 255 ◦ green 116 ◦ blue 10

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

Shades of Pumpkin #FF740A

Tints of Pumpkin #FF740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.45%

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 66.93%
G = 30.45%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF740A (or 0xFF740A) is known color: Pumpkin. HEX triplet: FF, 74 and 0A. RGB value is (255,116,10). Sum of RGB (Red+Green+Blue) = 255+116+10=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740A is #008BF5. Grayscale: #929292. Windows color (decimal): -35830 or 685311. OLE color: 685311.

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

Color convert

RGB 255 116 10 -
CMYK 0 0.55 0.96 0
HSL 25.96º 1% 0.52% -
HSV(B) 25.96º 0.96% 1% -
XYZ 47.54 33.77 4.3 -
YUV 145.48 51.55 206.12 -
System Red Green Blue C M Y K H S L
Decimal 255 116 10 0 0.55 0.96 0 25.96 1 0.52
Hex FF 74 A 0 37 60 0 1A 64 34
Octal 377 164 12 0 67 140 0 32 144 64
Binary 11111111 1110100 1010 0 110111 1100000 0 11010 1100100 110100

Color Harmonies of #FF740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF740A

Black with #FF740A

Text Example


Text Example

White with #FF740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF740A; }

 p { color: rgb(255,116,10); }

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

background-color css

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

 a { background-color: rgb(255,116,10); }

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

border-color css

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

 span { border-color: rgb(255,116,10); }

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