Html Css Color HEX #F27A26 Pumpkin

📋 copy color: '#F27A26'

red 242 ◦ green 122 ◦ blue 38

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

Shades of Pumpkin #F27A26

Tints of Pumpkin #F27A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.45%

R = 60.2%
G = 30.35%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27A26 (or 0xF27A26) is known color: Pumpkin. HEX triplet: F2, 7A and 26. RGB value is (242,122,38). Sum of RGB (Red+Green+Blue) = 242+122+38=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 38 (15.23% from 255 or 9.45% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A26 is #0D85D9. Grayscale: #949494. Windows color (decimal): -886234 or 2521842. OLE color: 2521842.

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

Color convert

RGB 242 122 38 -
CMYK 0 0.50 0.84 0.05
HSL 24.71º 0.89% 0.55% -
HSV(B) 24.71º 0.84% 0.95% -
XYZ 43.93 32.94 5.88 -
YUV 148.3 65.76 194.83 -
System Red Green Blue C M Y K H S L
Decimal 242 122 38 0 0.50 0.84 0.05 24.71 0.89 0.55
Hex F2 7A 26 0 32 54 5 19 59 37
Octal 362 172 46 0 62 124 5 31 131 67
Binary 11110010 1111010 100110 0 110010 1010100 101 11001 1011001 110111

Color Harmonies of #F27A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A26

Black with #F27A26

Text Example


Text Example

White with #F27A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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