Html Css Color HEX #F27125 Pumpkin

📋 copy color: '#F27125'

red 242 ◦ green 113 ◦ blue 37

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

Shades of Pumpkin #F27125

Tints of Pumpkin #F27125

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 37 (14.84% from 255) = 9.44%

R = 61.73%
G = 28.83%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F27125 (or 0xF27125) is known color: Pumpkin. HEX triplet: F2, 71 and 25. RGB value is (242,113,37). Sum of RGB (Red+Green+Blue) = 242+113+37=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 37 (14.84% from 255 or 9.44% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F27125 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27125 is #0D8EDA. Grayscale: #8F8F8F. Windows color (decimal): -888539 or 2454002. OLE color: 2454002.

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

Color convert

RGB 242 113 37 -
CMYK 0 0.53 0.85 0.05
HSL 22.24º 0.89% 0.55% -
HSV(B) 22.24º 0.85% 0.95% -
XYZ 42.86 30.82 5.44 -
YUV 142.91 68.24 198.68 -
System Red Green Blue C M Y K H S L
Decimal 242 113 37 0 0.53 0.85 0.05 22.24 0.89 0.55
Hex F2 71 25 0 35 55 5 16 59 37
Octal 362 161 45 0 65 125 5 26 131 67
Binary 11110010 1110001 100101 0 110101 1010101 101 10110 1011001 110111

Color Harmonies of #F27125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27125

Black with #F27125

Text Example


Text Example

White with #F27125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27125; }

 p { color: rgb(242,113,37); }

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

background-color css

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

 a { background-color: rgb(242,113,37); }

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

border-color css

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

 span { border-color: rgb(242,113,37); }

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