Html Css Color HEX #F26415 Pumpkin

📋 copy color: '#F26415'

red 242 ◦ green 100 ◦ blue 21

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

Shades of Pumpkin #F26415

Tints of Pumpkin #F26415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 66.67%
G = 27.55%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F26415 (or 0xF26415) is known color: Pumpkin. HEX triplet: F2, 64 and 15. RGB value is (242,100,21). Sum of RGB (Red+Green+Blue) = 242+100+21=363 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.67% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 242 - color contains mainly: red. Hex color #F26415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26415 is #0D9BEA. Grayscale: #858585. Windows color (decimal): -891883 or 1402098. OLE color: 1402098.

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

Color convert

RGB 242 100 21 -
CMYK 0 0.59 0.91 0.05
HSL 21.45º 0.89% 0.52% -
HSV(B) 21.45º 0.91% 0.95% -
XYZ 41.31 28.05 3.95 -
YUV 133.45 64.54 205.42 -
System Red Green Blue C M Y K H S L
Decimal 242 100 21 0 0.59 0.91 0.05 21.45 0.89 0.52
Hex F2 64 15 0 3B 5B 5 15 59 34
Octal 362 144 25 0 73 133 5 25 131 64
Binary 11110010 1100100 10101 0 111011 1011011 101 10101 1011001 110100

Color Harmonies of #F26415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26415

Black with #F26415

Text Example


Text Example

White with #F26415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26415; }

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

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

background-color css

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

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

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

border-color css

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

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

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