Html Css Color HEX #F0671B Pumpkin

📋 copy color: '#F0671B'

red 240 ◦ green 103 ◦ blue 27

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

Shades of Pumpkin #F0671B

Tints of Pumpkin #F0671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.84%

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

R = 64.86%
G = 27.84%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0671B (or 0xF0671B) is known color: Pumpkin. HEX triplet: F0, 67 and 1B. RGB value is (240,103,27). Sum of RGB (Red+Green+Blue) = 240+103+27=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671B is #0F98E4. Grayscale: #878787. Windows color (decimal): -1022181 or 1796080. OLE color: 1796080.

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

Color convert

RGB 240 103 27 -
CMYK 0 0.57 0.89 0.06
HSL 21.41º 0.88% 0.52% -
HSV(B) 21.41º 0.89% 0.94% -
XYZ 40.98 28.3 4.34 -
YUV 135.3 66.89 202.68 -
System Red Green Blue C M Y K H S L
Decimal 240 103 27 0 0.57 0.89 0.06 21.41 0.88 0.52
Hex F0 67 1B 0 39 59 6 15 58 34
Octal 360 147 33 0 71 131 6 25 130 64
Binary 11110000 1100111 11011 0 111001 1011001 110 10101 1011000 110100

Color Harmonies of #F0671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0671B

Black with #F0671B

Text Example


Text Example

White with #F0671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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