Html Css Color HEX #FD851F Pumpkin

📋 copy color: '#FD851F'

red 253 ◦ green 133 ◦ blue 31

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

Shades of Pumpkin #FD851F

Tints of Pumpkin #FD851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

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

R = 60.67%
G = 31.89%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD851F (or 0xFD851F) is known color: Pumpkin. HEX triplet: FD, 85 and 1F. RGB value is (253,133,31). Sum of RGB (Red+Green+Blue) = 253+133+31=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD851F is #027AE0. Grayscale: #9D9D9D. Windows color (decimal): -162529 or 2065917. OLE color: 2065917.

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

Color convert

RGB 253 133 31 -
CMYK 0 0.47 0.88 0.01
HSL 27.57º 0.98% 0.56% -
HSV(B) 27.57º 0.88% 0.99% -
XYZ 49.14 37.76 5.99 -
YUV 157.25 56.76 196.29 -
System Red Green Blue C M Y K H S L
Decimal 253 133 31 0 0.47 0.88 0.01 27.57 0.98 0.56
Hex FD 85 1F 0 2F 58 1 1C 62 38
Octal 375 205 37 0 57 130 1 34 142 70
Binary 11111101 10000101 11111 0 101111 1011000 1 11100 1100010 111000

Color Harmonies of #FD851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD851F

Black with #FD851F

Text Example


Text Example

White with #FD851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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