Html Css Color HEX #F0761B Pumpkin

📋 copy color: '#F0761B'

red 240 ◦ green 118 ◦ blue 27

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

Shades of Pumpkin #F0761B

Tints of Pumpkin #F0761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 62.34%
G = 30.65%
B = 7.01%

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

#F0761B (or 0xF0761B) is known color: Pumpkin. HEX triplet: F0, 76 and 1B. RGB value is (240,118,27). Sum of RGB (Red+Green+Blue) = 240+118+27=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0761B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0761B is #0F89E4. Grayscale: #909090. Windows color (decimal): -1018341 or 1799920. OLE color: 1799920.

HSL color Cylindrical-coordinate representation of color #F0761B: hue angle of 25.63º 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 #F0761B is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

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

Color Harmonies of #F0761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0761B

Black with #F0761B

Text Example


Text Example

White with #F0761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0761B; }

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

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

background-color css

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

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

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

border-color css

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

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

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