Html Css Color HEX #FD7A18 Pumpkin

📋 copy color: '#FD7A18'

red 253 ◦ green 122 ◦ blue 24

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

Shades of Pumpkin #FD7A18

Tints of Pumpkin #FD7A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 24 (9.77% from 255) = 6.02%

R = 63.41%
G = 30.58%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD7A18 (or 0xFD7A18) is known color: Pumpkin. HEX triplet: FD, 7A and 18. RGB value is (253,122,24). Sum of RGB (Red+Green+Blue) = 253+122+24=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A18 is #0285E7. Grayscale: #969696. Windows color (decimal): -165352 or 1604349. OLE color: 1604349.

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

Color convert

RGB 253 122 24 -
CMYK 0 0.52 0.91 0.01
HSL 25.68º 0.98% 0.54% -
HSV(B) 25.68º 0.91% 0.99% -
XYZ 47.63 34.87 5.08 -
YUV 150 56.9 201.47 -
System Red Green Blue C M Y K H S L
Decimal 253 122 24 0 0.52 0.91 0.01 25.68 0.98 0.54
Hex FD 7A 18 0 34 5B 1 1A 62 36
Octal 375 172 30 0 64 133 1 32 142 66
Binary 11111101 1111010 11000 0 110100 1011011 1 11010 1100010 110110

Color Harmonies of #FD7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7A18

Black with #FD7A18

Text Example


Text Example

White with #FD7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7A18; }

 p { color: rgb(253,122,24); }

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

background-color css

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

 a { background-color: rgb(253,122,24); }

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

border-color css

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

 span { border-color: rgb(253,122,24); }

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