Html Css Color HEX #FD700F Pumpkin

📋 copy color: '#FD700F'

red 253 ◦ green 112 ◦ blue 15

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

Shades of Pumpkin #FD700F

Tints of Pumpkin #FD700F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 15 (6.25% from 255) = 3.95%

R = 66.58%
G = 29.47%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD700F (or 0xFD700F) is known color: Pumpkin. HEX triplet: FD, 70 and 0F. RGB value is (253,112,15). Sum of RGB (Red+Green+Blue) = 253+112+15=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD700F is #028FF0. Grayscale: #8F8F8F. Windows color (decimal): -167921 or 1011965. OLE color: 1011965.

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

Color convert

RGB 253 112 15 -
CMYK 0 0.56 0.94 0.01
HSL 24.45º 0.98% 0.53% -
HSV(B) 24.45º 0.94% 0.99% -
XYZ 46.39 32.51 4.28 -
YUV 143.1 55.71 206.39 -
System Red Green Blue C M Y K H S L
Decimal 253 112 15 0 0.56 0.94 0.01 24.45 0.98 0.53
Hex FD 70 F 0 38 5E 1 18 62 35
Octal 375 160 17 0 70 136 1 30 142 65
Binary 11111101 1110000 1111 0 111000 1011110 1 11000 1100010 110101

Color Harmonies of #FD700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD700F

Black with #FD700F

Text Example


Text Example

White with #FD700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD700F; }

 p { color: rgb(253,112,15); }

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

background-color css

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

 a { background-color: rgb(253,112,15); }

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

border-color css

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

 span { border-color: rgb(253,112,15); }

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