Html Css Color HEX #F27826 Pumpkin

📋 copy color: '#F27826'

red 242 ◦ green 120 ◦ blue 38

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

Shades of Pumpkin #F27826

Tints of Pumpkin #F27826

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 38 (15.23% from 255) = 9.5%

R = 60.5%
G = 30%
B = 9.5%

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

#F27826 (or 0xF27826) is known color: Pumpkin. HEX triplet: F2, 78 and 26. RGB value is (242,120,38). Sum of RGB (Red+Green+Blue) = 242+120+38=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 38 (15.23% from 255 or 9.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F27826 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27826 is #0D87D9. Grayscale: #939393. Windows color (decimal): -886746 or 2521330. OLE color: 2521330.

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

Color convert

RGB 242 120 38 -
CMYK 0 0.50 0.84 0.05
HSL 24.12º 0.89% 0.55% -
HSV(B) 24.12º 0.84% 0.95% -
XYZ 43.68 32.45 5.79 -
YUV 147.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 242 120 38 0 0.50 0.84 0.05 24.12 0.89 0.55
Hex F2 78 26 0 32 54 5 18 59 37
Octal 362 170 46 0 62 124 5 30 131 67
Binary 11110010 1111000 100110 0 110010 1010100 101 11000 1011001 110111

Color Harmonies of #F27826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27826

Black with #F27826

Text Example


Text Example

White with #F27826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27826; }

 p { color: rgb(242,120,38); }

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

background-color css

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

 a { background-color: rgb(242,120,38); }

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

border-color css

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

 span { border-color: rgb(242,120,38); }

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