Html Css Color HEX #F0741B Pumpkin

📋 copy color: '#F0741B'

red 240 ◦ green 116 ◦ blue 27

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

Shades of Pumpkin #F0741B

Tints of Pumpkin #F0741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.29%

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

R = 62.66%
G = 30.29%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0741B (or 0xF0741B) is known color: Pumpkin. HEX triplet: F0, 74 and 1B. RGB value is (240,116,27). Sum of RGB (Red+Green+Blue) = 240+116+27=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0741B is #0F8BE4. Grayscale: #8F8F8F. Windows color (decimal): -1018853 or 1799408. OLE color: 1799408.

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

Color convert

RGB 240 116 27 -
CMYK 0 0.52 0.89 0.06
HSL 25.07º 0.88% 0.52% -
HSV(B) 25.07º 0.89% 0.94% -
XYZ 42.38 31.1 4.81 -
YUV 142.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 240 116 27 0 0.52 0.89 0.06 25.07 0.88 0.52
Hex F0 74 1B 0 34 59 6 19 58 34
Octal 360 164 33 0 64 131 6 31 130 64
Binary 11110000 1110100 11011 0 110100 1011001 110 11001 1011000 110100

Color Harmonies of #F0741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0741B

Black with #F0741B

Text Example


Text Example

White with #F0741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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