Html Css Color HEX #F0751B Pumpkin

📋 copy color: '#F0751B'

red 240 ◦ green 117 ◦ blue 27

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

Shades of Pumpkin #F0751B

Tints of Pumpkin #F0751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

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

R = 62.5%
G = 30.47%
B = 7.03%

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

#F0751B (or 0xF0751B) is known color: Pumpkin. HEX triplet: F0, 75 and 1B. RGB value is (240,117,27). Sum of RGB (Red+Green+Blue) = 240+117+27=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0751B is #0F8AE4. Grayscale: #909090. Windows color (decimal): -1018597 or 1799664. OLE color: 1799664.

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

Color convert

RGB 240 117 27 -
CMYK 0 0.51 0.89 0.06
HSL 25.35º 0.88% 0.52% -
HSV(B) 25.35º 0.89% 0.94% -
XYZ 42.49 31.33 4.84 -
YUV 143.52 62.25 196.82 -
System Red Green Blue C M Y K H S L
Decimal 240 117 27 0 0.51 0.89 0.06 25.35 0.88 0.52
Hex F0 75 1B 0 33 59 6 19 58 34
Octal 360 165 33 0 63 131 6 31 130 64
Binary 11110000 1110101 11011 0 110011 1011001 110 11001 1011000 110100

Color Harmonies of #F0751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0751B

Black with #F0751B

Text Example


Text Example

White with #F0751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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