Html Css Color HEX #F26B15 Pumpkin

📋 copy color: '#F26B15'

red 242 ◦ green 107 ◦ blue 21

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

Shades of Pumpkin #F26B15

Tints of Pumpkin #F26B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 21 (8.59% from 255) = 5.68%

R = 65.41%
G = 28.92%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26B15 (or 0xF26B15) is known color: Pumpkin. HEX triplet: F2, 6B and 15. RGB value is (242,107,21). Sum of RGB (Red+Green+Blue) = 242+107+21=370 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.41% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B15 is #0D94EA. Grayscale: #8A8A8A. Windows color (decimal): -890091 or 1403890. OLE color: 1403890.

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

Color convert

RGB 242 107 21 -
CMYK 0 0.56 0.91 0.05
HSL 23.35º 0.89% 0.52% -
HSV(B) 23.35º 0.91% 0.95% -
XYZ 42.01 29.45 4.18 -
YUV 137.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 242 107 21 0 0.56 0.91 0.05 23.35 0.89 0.52
Hex F2 6B 15 0 38 5B 5 17 59 34
Octal 362 153 25 0 70 133 5 27 131 64
Binary 11110010 1101011 10101 0 111000 1011011 101 10111 1011001 110100

Color Harmonies of #F26B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B15

Black with #F26B15

Text Example


Text Example

White with #F26B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B15; }

 p { color: rgb(242,107,21); }

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

background-color css

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

 a { background-color: rgb(242,107,21); }

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

border-color css

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

 span { border-color: rgb(242,107,21); }

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