Html Css Color HEX #FD6A0F Pumpkin

📋 copy color: '#FD6A0F'

red 253 ◦ green 106 ◦ blue 15

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

Shades of Pumpkin #FD6A0F

Tints of Pumpkin #FD6A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 67.65%
G = 28.34%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD6A0F (or 0xFD6A0F) is known color: Pumpkin. HEX triplet: FD, 6A and 0F. RGB value is (253,106,15). Sum of RGB (Red+Green+Blue) = 253+106+15=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A0F is #0295F0. Grayscale: #8C8C8C. Windows color (decimal): -169457 or 1010429. OLE color: 1010429.

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

Color convert

RGB 253 106 15 -
CMYK 0 0.58 0.94 0.01
HSL 22.94º 0.98% 0.53% -
HSV(B) 22.94º 0.94% 0.99% -
XYZ 45.75 31.23 4.07 -
YUV 139.58 57.7 208.9 -
System Red Green Blue C M Y K H S L
Decimal 253 106 15 0 0.58 0.94 0.01 22.94 0.98 0.53
Hex FD 6A F 0 3A 5E 1 17 62 35
Octal 375 152 17 0 72 136 1 27 142 65
Binary 11111101 1101010 1111 0 111010 1011110 1 10111 1100010 110101

Color Harmonies of #FD6A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A0F

Black with #FD6A0F

Text Example


Text Example

White with #FD6A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A0F; }

 p { color: rgb(253,106,15); }

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

background-color css

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

 a { background-color: rgb(253,106,15); }

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

border-color css

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

 span { border-color: rgb(253,106,15); }

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