Html Css Color HEX #F06F25 Pumpkin

📋 copy color: '#F06F25'

red 240 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #F06F25

Tints of Pumpkin #F06F25

RGB

 RED value IS 240 (94.14% from 255) = 61.86%

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

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

R = 61.86%
G = 28.61%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F06F25 (or 0xF06F25) is known color: Pumpkin. HEX triplet: F0, 6F and 25. RGB value is (240,111,37). Sum of RGB (Red+Green+Blue) = 240+111+37=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F25 is #0F90DA. Grayscale: #8D8D8D. Windows color (decimal): -1020123 or 2453488. OLE color: 2453488.

HSL color Cylindrical-coordinate representation of color #F06F25: hue angle of 21.87º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F06F25 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 111 37 -
CMYK 0 0.54 0.85 0.06
HSL 21.87º 0.87% 0.54% -
HSV(B) 21.87º 0.85% 0.94% -
XYZ 41.95 30.03 5.33 -
YUV 141.14 69.24 198.52 -
System Red Green Blue C M Y K H S L
Decimal 240 111 37 0 0.54 0.85 0.06 21.87 0.87 0.54
Hex F0 6F 25 0 36 55 6 16 57 36
Octal 360 157 45 0 66 125 6 26 127 66
Binary 11110000 1101111 100101 0 110110 1010101 110 10110 1010111 110110

Color Harmonies of #F06F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F25

Black with #F06F25

Text Example


Text Example

White with #F06F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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