Html Css Color HEX #F26918 Pumpkin

📋 copy color: '#F26918'

red 242 ◦ green 105 ◦ blue 24

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

Shades of Pumpkin #F26918

Tints of Pumpkin #F26918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 24 (9.77% from 255) = 6.47%

R = 65.23%
G = 28.3%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F26918 (or 0xF26918) is known color: Pumpkin. HEX triplet: F2, 69 and 18. RGB value is (242,105,24). Sum of RGB (Red+Green+Blue) = 242+105+24=371 (49% of max value = 765). Red value is 242 (94.92% from 255 or 65.23% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 242 - color contains mainly: red. Hex color #F26918 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26918 is #0D96E7. Grayscale: #898989. Windows color (decimal): -890600 or 1599986. OLE color: 1599986.

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

Color convert

RGB 242 105 24 -
CMYK 0 0.57 0.90 0.05
HSL 22.29º 0.89% 0.52% -
HSV(B) 22.29º 0.9% 0.95% -
XYZ 41.83 29.05 4.27 -
YUV 136.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 242 105 24 0 0.57 0.90 0.05 22.29 0.89 0.52
Hex F2 69 18 0 39 5A 5 16 59 34
Octal 362 151 30 0 71 132 5 26 131 64
Binary 11110010 1101001 11000 0 111001 1011010 101 10110 1011001 110100

Color Harmonies of #F26918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26918

Black with #F26918

Text Example


Text Example

White with #F26918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26918; }

 p { color: rgb(242,105,24); }

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

background-color css

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

 a { background-color: rgb(242,105,24); }

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

border-color css

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

 span { border-color: rgb(242,105,24); }

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