Html Css Color HEX #F57D0F Pumpkin

📋 copy color: '#F57D0F'

red 245 ◦ green 125 ◦ blue 15

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

Shades of Pumpkin #F57D0F

Tints of Pumpkin #F57D0F

RGB

 RED value IS 245 (96.09% from 255) = 63.64%

 GREEN value IS 125 (49.22% from 255) = 32.47%

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

R = 63.64%
G = 32.47%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F57D0F (or 0xF57D0F) is known color: Pumpkin. HEX triplet: F5, 7D and 0F. RGB value is (245,125,15). Sum of RGB (Red+Green+Blue) = 245+125+15=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D0F is #0A82F0. Grayscale: #949494. Windows color (decimal): -688881 or 1015285. OLE color: 1015285.

HSL color Cylindrical-coordinate representation of color #F57D0F: hue angle of 28.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F57D0F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 15 -
CMYK 0 0.49 0.94 0.04
HSL 28.7º 0.92% 0.51% -
HSV(B) 28.7º 0.94% 0.96% -
XYZ 45.08 34.11 4.66 -
YUV 148.34 52.76 196.94 -
System Red Green Blue C M Y K H S L
Decimal 245 125 15 0 0.49 0.94 0.04 28.7 0.92 0.51
Hex F5 7D F 0 31 5E 4 1D 5C 33
Octal 365 175 17 0 61 136 4 35 134 63
Binary 11110101 1111101 1111 0 110001 1011110 100 11101 1011100 110011

Color Harmonies of #F57D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D0F

Black with #F57D0F

Text Example


Text Example

White with #F57D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D0F; }

 p { color: rgb(245,125,15); }

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

background-color css

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

 a { background-color: rgb(245,125,15); }

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

border-color css

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

 span { border-color: rgb(245,125,15); }

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