Html Css Color HEX #FD611C Pumpkin

📋 copy color: '#FD611C'

red 253 ◦ green 97 ◦ blue 28

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

Shades of Pumpkin #FD611C

Tints of Pumpkin #FD611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 66.93%
G = 25.66%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD611C (or 0xFD611C) is known color: Pumpkin. HEX triplet: FD, 61 and 1C. RGB value is (253,97,28). Sum of RGB (Red+Green+Blue) = 253+97+28=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD611C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD611C is #029EE3. Grayscale: #888888. Windows color (decimal): -171748 or 1860093. OLE color: 1860093.

HSL color Cylindrical-coordinate representation of color #FD611C: hue angle of 18.4º 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 #FD611C is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 28 -
CMYK 0 0.62 0.89 0.01
HSL 18.4º 0.98% 0.55% -
HSV(B) 18.4º 0.89% 0.99% -
XYZ 44.99 29.52 4.42 -
YUV 135.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 253 97 28 0 0.62 0.89 0.01 18.4 0.98 0.55
Hex FD 61 1C 0 3E 59 1 12 62 37
Octal 375 141 34 0 76 131 1 22 142 67
Binary 11111101 1100001 11100 0 111110 1011001 1 10010 1100010 110111

Color Harmonies of #FD611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD611C

Black with #FD611C

Text Example


Text Example

White with #FD611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD611C; }

 p { color: rgb(253,97,28); }

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

background-color css

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

 a { background-color: rgb(253,97,28); }

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

border-color css

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

 span { border-color: rgb(253,97,28); }

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