Html Css Color HEX #FD690F Pumpkin

📋 copy color: '#FD690F'

red 253 ◦ green 105 ◦ blue 15

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

Shades of Pumpkin #FD690F

Tints of Pumpkin #FD690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

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

R = 67.83%
G = 28.15%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FD690F (or 0xFD690F) is known color: Pumpkin. HEX triplet: FD, 69 and 0F. RGB value is (253,105,15). Sum of RGB (Red+Green+Blue) = 253+105+15=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD690F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD690F is #0296F0. Grayscale: #8B8B8B. Windows color (decimal): -169713 or 1010173. OLE color: 1010173.

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

Color convert

RGB 253 105 15 -
CMYK 0 0.58 0.94 0.01
HSL 22.69º 0.98% 0.53% -
HSV(B) 22.69º 0.94% 0.99% -
XYZ 45.65 31.02 4.03 -
YUV 138.99 58.03 209.32 -
System Red Green Blue C M Y K H S L
Decimal 253 105 15 0 0.58 0.94 0.01 22.69 0.98 0.53
Hex FD 69 F 0 3A 5E 1 17 62 35
Octal 375 151 17 0 72 136 1 27 142 65
Binary 11111101 1101001 1111 0 111010 1011110 1 10111 1100010 110101

Color Harmonies of #FD690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD690F

Black with #FD690F

Text Example


Text Example

White with #FD690F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD690F; }

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

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

background-color css

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

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

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

border-color css

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

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

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