Html Css Color HEX #FD740A Pumpkin

📋 copy color: '#FD740A'

red 253 ◦ green 116 ◦ blue 10

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

Shades of Pumpkin #FD740A

Tints of Pumpkin #FD740A

RGB

 RED value IS 253 (99.22% from 255) = 66.75%

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

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

R = 66.75%
G = 30.61%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FD740A (or 0xFD740A) is known color: Pumpkin. HEX triplet: FD, 74 and 0A. RGB value is (253,116,10). Sum of RGB (Red+Green+Blue) = 253+116+10=379 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.75% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 253 - color contains mainly: red. Hex color #FD740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD740A is #028BF5. Grayscale: #919191. Windows color (decimal): -166902 or 685309. OLE color: 685309.

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

Color convert

RGB 253 116 10 -
CMYK 0 0.54 0.96 0.01
HSL 26.17º 0.98% 0.52% -
HSV(B) 26.17º 0.96% 0.99% -
XYZ 46.81 33.4 4.27 -
YUV 144.88 51.89 205.12 -
System Red Green Blue C M Y K H S L
Decimal 253 116 10 0 0.54 0.96 0.01 26.17 0.98 0.52
Hex FD 74 A 0 36 60 1 1A 62 34
Octal 375 164 12 0 66 140 1 32 142 64
Binary 11111101 1110100 1010 0 110110 1100000 1 11010 1100010 110100

Color Harmonies of #FD740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD740A

Black with #FD740A

Text Example


Text Example

White with #FD740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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