Html Css Color HEX #FD7B1A Pumpkin

📋 copy color: '#FD7B1A'

red 253 ◦ green 123 ◦ blue 26

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

Shades of Pumpkin #FD7B1A

Tints of Pumpkin #FD7B1A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 62.94%
G = 30.6%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD7B1A (or 0xFD7B1A) is known color: Pumpkin. HEX triplet: FD, 7B and 1A. RGB value is (253,123,26). Sum of RGB (Red+Green+Blue) = 253+123+26=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 26 (10.55% from 255 or 6.47% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7B1A is #0284E5. Grayscale: #979797. Windows color (decimal): -165094 or 1735677. OLE color: 1735677.

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

Color convert

RGB 253 123 26 -
CMYK 0 0.51 0.90 0.01
HSL 25.64º 0.98% 0.55% -
HSV(B) 25.64º 0.9% 0.99% -
XYZ 47.78 35.12 5.24 -
YUV 150.81 57.57 200.89 -
System Red Green Blue C M Y K H S L
Decimal 253 123 26 0 0.51 0.90 0.01 25.64 0.98 0.55
Hex FD 7B 1A 0 33 5A 1 1A 62 37
Octal 375 173 32 0 63 132 1 32 142 67
Binary 11111101 1111011 11010 0 110011 1011010 1 11010 1100010 110111

Color Harmonies of #FD7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7B1A

Black with #FD7B1A

Text Example


Text Example

White with #FD7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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