Html Css Color HEX #FD740C Pumpkin

📋 copy color: '#FD740C'

red 253 ◦ green 116 ◦ blue 12

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

Shades of Pumpkin #FD740C

Tints of Pumpkin #FD740C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 66.4%
G = 30.45%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD740C (or 0xFD740C) is known color: Pumpkin. HEX triplet: FD, 74 and 0C. RGB value is (253,116,12). Sum of RGB (Red+Green+Blue) = 253+116+12=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD740C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD740C is #028BF3. Grayscale: #919191. Windows color (decimal): -166900 or 816381. OLE color: 816381.

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

Color convert

RGB 253 116 12 -
CMYK 0 0.54 0.95 0.01
HSL 25.89º 0.98% 0.52% -
HSV(B) 25.89º 0.95% 0.99% -
XYZ 46.82 33.4 4.33 -
YUV 145.11 52.89 204.96 -
System Red Green Blue C M Y K H S L
Decimal 253 116 12 0 0.54 0.95 0.01 25.89 0.98 0.52
Hex FD 74 C 0 36 5F 1 1A 62 34
Octal 375 164 14 0 66 137 1 32 142 64
Binary 11111101 1110100 1100 0 110110 1011111 1 11010 1100010 110100

Color Harmonies of #FD740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD740C

Black with #FD740C

Text Example


Text Example

White with #FD740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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