Html Css Color HEX #F0761A Pumpkin

📋 copy color: '#F0761A'

red 240 ◦ green 118 ◦ blue 26

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

Shades of Pumpkin #F0761A

Tints of Pumpkin #F0761A

RGB

 RED value IS 240 (94.14% from 255) = 62.5%

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 62.5%
G = 30.73%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0761A (or 0xF0761A) is known color: Pumpkin. HEX triplet: F0, 76 and 1A. RGB value is (240,118,26). Sum of RGB (Red+Green+Blue) = 240+118+26=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0761A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0761A is #0F89E5. Grayscale: #909090. Windows color (decimal): -1018342 or 1734384. OLE color: 1734384.

HSL color Cylindrical-coordinate representation of color #F0761A: hue angle of 25.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0761A is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 26 -
CMYK 0 0.51 0.89 0.06
HSL 25.79º 0.88% 0.52% -
HSV(B) 25.79º 0.89% 0.94% -
XYZ 42.6 31.56 4.82 -
YUV 143.99 61.42 196.48 -
System Red Green Blue C M Y K H S L
Decimal 240 118 26 0 0.51 0.89 0.06 25.79 0.88 0.52
Hex F0 76 1A 0 33 59 6 1A 58 34
Octal 360 166 32 0 63 131 6 32 130 64
Binary 11110000 1110110 11010 0 110011 1011001 110 11010 1011000 110100

Color Harmonies of #F0761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0761A

Black with #F0761A

Text Example


Text Example

White with #F0761A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0761A; }

 p { color: rgb(240,118,26); }

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

background-color css

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

 a { background-color: rgb(240,118,26); }

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

border-color css

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

 span { border-color: rgb(240,118,26); }

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