Html Css Color HEX #F38113 Pumpkin

📋 copy color: '#F38113'

red 243 ◦ green 129 ◦ blue 19

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

Shades of Pumpkin #F38113

Tints of Pumpkin #F38113

RGB

 RED value IS 243 (95.31% from 255) = 62.15%

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 62.15%
G = 32.99%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F38113 (or 0xF38113) is known color: Pumpkin. HEX triplet: F3, 81 and 13. RGB value is (243,129,19). Sum of RGB (Red+Green+Blue) = 243+129+19=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F38113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38113 is #0C7EEC. Grayscale: #979797. Windows color (decimal): -818925 or 1278451. OLE color: 1278451.

HSL color Cylindrical-coordinate representation of color #F38113: hue angle of 29.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F38113 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 129 19 -
CMYK 0 0.47 0.92 0.05
HSL 29.46º 0.9% 0.51% -
HSV(B) 29.46º 0.92% 0.95% -
XYZ 44.93 34.8 4.97 -
YUV 150.55 53.77 193.94 -
System Red Green Blue C M Y K H S L
Decimal 243 129 19 0 0.47 0.92 0.05 29.46 0.9 0.51
Hex F3 81 13 0 2F 5C 5 1D 5A 33
Octal 363 201 23 0 57 134 5 35 132 63
Binary 11110011 10000001 10011 0 101111 1011100 101 11101 1011010 110011

Color Harmonies of #F38113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38113

Black with #F38113

Text Example


Text Example

White with #F38113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38113; }

 p { color: rgb(243,129,19); }

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

background-color css

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

 a { background-color: rgb(243,129,19); }

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

border-color css

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

 span { border-color: rgb(243,129,19); }

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