Html Css Color HEX #F0771D Pumpkin

📋 copy color: '#F0771D'

red 240 ◦ green 119 ◦ blue 29

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

Shades of Pumpkin #F0771D

Tints of Pumpkin #F0771D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.67%

 BLUE value IS 29 (11.72% from 255) = 7.47%

R = 61.86%
G = 30.67%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0771D (or 0xF0771D) is known color: Pumpkin. HEX triplet: F0, 77 and 1D. RGB value is (240,119,29). Sum of RGB (Red+Green+Blue) = 240+119+29=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0771D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0771D is #0F88E2. Grayscale: #919191. Windows color (decimal): -1018083 or 1931248. OLE color: 1931248.

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

Color convert

RGB 240 119 29 -
CMYK 0 0.50 0.88 0.06
HSL 25.59º 0.88% 0.53% -
HSV(B) 25.59º 0.88% 0.94% -
XYZ 42.75 31.81 5.05 -
YUV 144.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 240 119 29 0 0.50 0.88 0.06 25.59 0.88 0.53
Hex F0 77 1D 0 32 58 6 1A 58 35
Octal 360 167 35 0 62 130 6 32 130 65
Binary 11110000 1110111 11101 0 110010 1011000 110 11010 1011000 110101

Color Harmonies of #F0771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0771D

Black with #F0771D

Text Example


Text Example

White with #F0771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0771D; }

 p { color: rgb(240,119,29); }

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

background-color css

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

 a { background-color: rgb(240,119,29); }

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

border-color css

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

 span { border-color: rgb(240,119,29); }

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