Html Css Color HEX #F27527 Pumpkin

📋 copy color: '#F27527'

red 242 ◦ green 117 ◦ blue 39

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

Shades of Pumpkin #F27527

Tints of Pumpkin #F27527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 60.8%
G = 29.4%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F27527 (or 0xF27527) is known color: Pumpkin. HEX triplet: F2, 75 and 27. RGB value is (242,117,39). Sum of RGB (Red+Green+Blue) = 242+117+39=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F27527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27527 is #0D8AD8. Grayscale: #919191. Windows color (decimal): -887513 or 2586098. OLE color: 2586098.

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

Color convert

RGB 242 117 39 -
CMYK 0 0.52 0.84 0.05
HSL 23.05º 0.89% 0.55% -
HSV(B) 23.05º 0.84% 0.95% -
XYZ 43.35 31.75 5.76 -
YUV 145.48 67.91 196.84 -
System Red Green Blue C M Y K H S L
Decimal 242 117 39 0 0.52 0.84 0.05 23.05 0.89 0.55
Hex F2 75 27 0 34 54 5 17 59 37
Octal 362 165 47 0 64 124 5 27 131 67
Binary 11110010 1110101 100111 0 110100 1010100 101 10111 1011001 110111

Color Harmonies of #F27527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27527

Black with #F27527

Text Example


Text Example

White with #F27527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27527; }

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

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

background-color css

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

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

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

border-color css

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

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

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