Html Css Color HEX #F26F25 Pumpkin

📋 copy color: '#F26F25'

red 242 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #F26F25

Tints of Pumpkin #F26F25

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.46%

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

R = 62.05%
G = 28.46%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F26F25 (or 0xF26F25) is known color: Pumpkin. HEX triplet: F2, 6F and 25. RGB value is (242,111,37). Sum of RGB (Red+Green+Blue) = 242+111+37=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F25 is #0D90DA. Grayscale: #8E8E8E. Windows color (decimal): -889051 or 2453490. OLE color: 2453490.

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

Color convert

RGB 242 111 37 -
CMYK 0 0.54 0.85 0.05
HSL 21.66º 0.89% 0.55% -
HSV(B) 21.66º 0.85% 0.95% -
XYZ 42.64 30.38 5.37 -
YUV 141.73 68.9 199.52 -
System Red Green Blue C M Y K H S L
Decimal 242 111 37 0 0.54 0.85 0.05 21.66 0.89 0.55
Hex F2 6F 25 0 36 55 5 16 59 37
Octal 362 157 45 0 66 125 5 26 131 67
Binary 11110010 1101111 100101 0 110110 1010101 101 10110 1011001 110111

Color Harmonies of #F26F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26F25

Black with #F26F25

Text Example


Text Example

White with #F26F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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