Html Css Color HEX #F26B13 Pumpkin

📋 copy color: '#F26B13'

red 242 ◦ green 107 ◦ blue 19

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

Shades of Pumpkin #F26B13

Tints of Pumpkin #F26B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.16%

R = 65.76%
G = 29.08%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F26B13 (or 0xF26B13) is known color: Pumpkin. HEX triplet: F2, 6B and 13. RGB value is (242,107,19). Sum of RGB (Red+Green+Blue) = 242+107+19=368 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.76% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B13 is #0D94EC. Grayscale: #898989. Windows color (decimal): -890093 or 1272818. OLE color: 1272818.

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

Color convert

RGB 242 107 19 -
CMYK 0 0.56 0.92 0.05
HSL 23.68º 0.9% 0.51% -
HSV(B) 23.68º 0.92% 0.95% -
XYZ 41.99 29.44 4.09 -
YUV 137.33 61.23 202.66 -
System Red Green Blue C M Y K H S L
Decimal 242 107 19 0 0.56 0.92 0.05 23.68 0.9 0.51
Hex F2 6B 13 0 38 5C 5 18 5A 33
Octal 362 153 23 0 70 134 5 30 132 63
Binary 11110010 1101011 10011 0 111000 1011100 101 11000 1011010 110011

Color Harmonies of #F26B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B13

Black with #F26B13

Text Example


Text Example

White with #F26B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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