Html Css Color HEX #FD661D Pumpkin

📋 copy color: '#FD661D'

red 253 ◦ green 102 ◦ blue 29

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

Shades of Pumpkin #FD661D

Tints of Pumpkin #FD661D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.56%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 65.89%
G = 26.56%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD661D (or 0xFD661D) is known color: Pumpkin. HEX triplet: FD, 66 and 1D. RGB value is (253,102,29). Sum of RGB (Red+Green+Blue) = 253+102+29=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD661D is #0299E2. Grayscale: #8B8B8B. Windows color (decimal): -170467 or 1926909. OLE color: 1926909.

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

Color convert

RGB 253 102 29 -
CMYK 0 0.60 0.89 0.01
HSL 19.55º 0.98% 0.55% -
HSV(B) 19.55º 0.89% 0.99% -
XYZ 45.48 30.47 4.65 -
YUV 138.83 66.03 209.44 -
System Red Green Blue C M Y K H S L
Decimal 253 102 29 0 0.60 0.89 0.01 19.55 0.98 0.55
Hex FD 66 1D 0 3C 59 1 14 62 37
Octal 375 146 35 0 74 131 1 24 142 67
Binary 11111101 1100110 11101 0 111100 1011001 1 10100 1100010 110111

Color Harmonies of #FD661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD661D

Black with #FD661D

Text Example


Text Example

White with #FD661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD661D; }

 p { color: rgb(253,102,29); }

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

background-color css

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

 a { background-color: rgb(253,102,29); }

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

border-color css

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

 span { border-color: rgb(253,102,29); }

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