Html Css Color HEX #F27A27 Pumpkin

📋 copy color: '#F27A27'

red 242 ◦ green 122 ◦ blue 39

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

Shades of Pumpkin #F27A27

Tints of Pumpkin #F27A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.68%

R = 60.05%
G = 30.27%
B = 9.68%

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

#F27A27 (or 0xF27A27) is known color: Pumpkin. HEX triplet: F2, 7A and 27. RGB value is (242,122,39). Sum of RGB (Red+Green+Blue) = 242+122+39=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27A27 is #0D85D8. Grayscale: #949494. Windows color (decimal): -886233 or 2587378. OLE color: 2587378.

HSL color Cylindrical-coordinate representation of color #F27A27: hue angle of 24.53º 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 #F27A27 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 122 39 -
CMYK 0 0.50 0.84 0.05
HSL 24.53º 0.89% 0.55% -
HSV(B) 24.53º 0.84% 0.95% -
XYZ 43.94 32.94 5.96 -
YUV 148.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 242 122 39 0 0.50 0.84 0.05 24.53 0.89 0.55
Hex F2 7A 27 0 32 54 5 19 59 37
Octal 362 172 47 0 62 124 5 31 131 67
Binary 11110010 1111010 100111 0 110010 1010100 101 11001 1011001 110111

Color Harmonies of #F27A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27A27

Black with #F27A27

Text Example


Text Example

White with #F27A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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