Html Css Color HEX #F27919 Pumpkin

📋 copy color: '#F27919'

red 242 ◦ green 121 ◦ blue 25

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

Shades of Pumpkin #F27919

Tints of Pumpkin #F27919

RGB

 RED value IS 242 (94.92% from 255) = 62.37%

 GREEN value IS 121 (47.66% from 255) = 31.19%

 BLUE value IS 25 (10.16% from 255) = 6.44%

R = 62.37%
G = 31.19%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F27919 (or 0xF27919) is known color: Pumpkin. HEX triplet: F2, 79 and 19. RGB value is (242,121,25). Sum of RGB (Red+Green+Blue) = 242+121+25=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F27919 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27919 is #0D86E6. Grayscale: #929292. Windows color (decimal): -886503 or 1669618. OLE color: 1669618.

HSL color Cylindrical-coordinate representation of color #F27919: hue angle of 26.54º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F27919 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 121 25 -
CMYK 0 0.50 0.90 0.05
HSL 26.54º 0.89% 0.52% -
HSV(B) 26.54º 0.9% 0.95% -
XYZ 43.63 32.62 4.92 -
YUV 146.24 59.59 196.31 -
System Red Green Blue C M Y K H S L
Decimal 242 121 25 0 0.50 0.90 0.05 26.54 0.89 0.52
Hex F2 79 19 0 32 5A 5 1B 59 34
Octal 362 171 31 0 62 132 5 33 131 64
Binary 11110010 1111001 11001 0 110010 1011010 101 11011 1011001 110100

Color Harmonies of #F27919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27919

Black with #F27919

Text Example


Text Example

White with #F27919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27919; }

 p { color: rgb(242,121,25); }

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

background-color css

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

 a { background-color: rgb(242,121,25); }

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

border-color css

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

 span { border-color: rgb(242,121,25); }

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