Html Css Color HEX #F5671A Pumpkin

📋 copy color: '#F5671A'

red 245 ◦ green 103 ◦ blue 26

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

Shades of Pumpkin #F5671A

Tints of Pumpkin #F5671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.54%

 BLUE value IS 26 (10.55% from 255) = 6.95%

R = 65.51%
G = 27.54%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5671A (or 0xF5671A) is known color: Pumpkin. HEX triplet: F5, 67 and 1A. RGB value is (245,103,26). Sum of RGB (Red+Green+Blue) = 245+103+26=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5671A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5671A is #0A98E5. Grayscale: #898989. Windows color (decimal): -694502 or 1730549. OLE color: 1730549.

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

Color convert

RGB 245 103 26 -
CMYK 0 0.58 0.89 0.04
HSL 21.1º 0.92% 0.53% -
HSV(B) 21.1º 0.89% 0.96% -
XYZ 42.69 29.19 4.36 -
YUV 136.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 245 103 26 0 0.58 0.89 0.04 21.1 0.92 0.53
Hex F5 67 1A 0 3A 59 4 15 5C 35
Octal 365 147 32 0 72 131 4 25 134 65
Binary 11110101 1100111 11010 0 111010 1011001 100 10101 1011100 110101

Color Harmonies of #F5671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5671A

Black with #F5671A

Text Example


Text Example

White with #F5671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5671A; }

 p { color: rgb(245,103,26); }

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

background-color css

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

 a { background-color: rgb(245,103,26); }

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

border-color css

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

 span { border-color: rgb(245,103,26); }

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