Html Css Color HEX #F27A1D Pumpkin

📋 copy color: '#F27A1D'

red 242 ◦ green 122 ◦ blue 29

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

Shades of Pumpkin #F27A1D

Tints of Pumpkin #F27A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.04%

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 61.58%
G = 31.04%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F27A1D (or 0xF27A1D) is known color: Pumpkin. HEX triplet: F2, 7A and 1D. RGB value is (242,122,29). Sum of RGB (Red+Green+Blue) = 242+122+29=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A1D is #0D85E2. Grayscale: #939393. Windows color (decimal): -886243 or 1932018. OLE color: 1932018.

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

Color convert

RGB 242 122 29 -
CMYK 0 0.50 0.88 0.05
HSL 26.2º 0.89% 0.53% -
HSV(B) 26.2º 0.88% 0.95% -
XYZ 43.8 32.89 5.2 -
YUV 147.28 61.26 195.56 -
System Red Green Blue C M Y K H S L
Decimal 242 122 29 0 0.50 0.88 0.05 26.2 0.89 0.53
Hex F2 7A 1D 0 32 58 5 1A 59 35
Octal 362 172 35 0 62 130 5 32 131 65
Binary 11110010 1111010 11101 0 110010 1011000 101 11010 1011001 110101

Color Harmonies of #F27A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A1D

Black with #F27A1D

Text Example


Text Example

White with #F27A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A1D; }

 p { color: rgb(242,122,29); }

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

background-color css

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

 a { background-color: rgb(242,122,29); }

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

border-color css

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

 span { border-color: rgb(242,122,29); }

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