Html Css Color HEX #FD661F Pumpkin

📋 copy color: '#FD661F'

red 253 ◦ green 102 ◦ blue 31

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

Shades of Pumpkin #FD661F

Tints of Pumpkin #FD661F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 65.54%
G = 26.42%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD661F (or 0xFD661F) is known color: Pumpkin. HEX triplet: FD, 66 and 1F. RGB value is (253,102,31). Sum of RGB (Red+Green+Blue) = 253+102+31=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD661F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD661F is #0299E0. Grayscale: #8B8B8B. Windows color (decimal): -170465 or 2057981. OLE color: 2057981.

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

Color convert

RGB 253 102 31 -
CMYK 0 0.60 0.88 0.01
HSL 19.19º 0.98% 0.56% -
HSV(B) 19.19º 0.88% 0.99% -
XYZ 45.51 30.48 4.78 -
YUV 139.06 67.03 209.27 -
System Red Green Blue C M Y K H S L
Decimal 253 102 31 0 0.60 0.88 0.01 19.19 0.98 0.56
Hex FD 66 1F 0 3C 58 1 13 62 38
Octal 375 146 37 0 74 130 1 23 142 70
Binary 11111101 1100110 11111 0 111100 1011000 1 10011 1100010 111000

Color Harmonies of #FD661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD661F

Black with #FD661F

Text Example


Text Example

White with #FD661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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