Html Css Color HEX #FD851A Pumpkin

📋 copy color: '#FD851A'

red 253 ◦ green 133 ◦ blue 26

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

Shades of Pumpkin #FD851A

Tints of Pumpkin #FD851A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.31%

R = 61.41%
G = 32.28%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD851A (or 0xFD851A) is known color: Pumpkin. HEX triplet: FD, 85 and 1A. RGB value is (253,133,26). Sum of RGB (Red+Green+Blue) = 253+133+26=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD851A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD851A is #027AE5. Grayscale: #9D9D9D. Windows color (decimal): -162534 or 1738237. OLE color: 1738237.

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

Color convert

RGB 253 133 26 -
CMYK 0 0.47 0.90 0.01
HSL 28.28º 0.98% 0.55% -
HSV(B) 28.28º 0.9% 0.99% -
XYZ 49.08 37.73 5.67 -
YUV 156.68 54.26 196.7 -
System Red Green Blue C M Y K H S L
Decimal 253 133 26 0 0.47 0.90 0.01 28.28 0.98 0.55
Hex FD 85 1A 0 2F 5A 1 1C 62 37
Octal 375 205 32 0 57 132 1 34 142 67
Binary 11111101 10000101 11010 0 101111 1011010 1 11100 1100010 110111

Color Harmonies of #FD851A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD851A

Black with #FD851A

Text Example


Text Example

White with #FD851A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD851A; }

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

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

background-color css

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

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

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

border-color css

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

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

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