Html Css Color HEX #F27C1B Pumpkin

📋 copy color: '#F27C1B'

red 242 ◦ green 124 ◦ blue 27

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

Shades of Pumpkin #F27C1B

Tints of Pumpkin #F27C1B

RGB

 RED value IS 242 (94.92% from 255) = 61.58%

 GREEN value IS 124 (48.83% from 255) = 31.55%

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

R = 61.58%
G = 31.55%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F27C1B (or 0xF27C1B) is known color: Pumpkin. HEX triplet: F2, 7C and 1B. RGB value is (242,124,27). Sum of RGB (Red+Green+Blue) = 242+124+27=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27C1B is #0D83E4. Grayscale: #949494. Windows color (decimal): -885733 or 1801458. OLE color: 1801458.

HSL color Cylindrical-coordinate representation of color #F27C1B: hue angle of 27.07º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F27C1B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 124 27 -
CMYK 0 0.49 0.89 0.05
HSL 27.07º 0.89% 0.53% -
HSV(B) 27.07º 0.89% 0.95% -
XYZ 44.02 33.37 5.16 -
YUV 148.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 242 124 27 0 0.49 0.89 0.05 27.07 0.89 0.53
Hex F2 7C 1B 0 31 59 5 1B 59 35
Octal 362 174 33 0 61 131 5 33 131 65
Binary 11110010 1111100 11011 0 110001 1011001 101 11011 1011001 110101

Color Harmonies of #F27C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27C1B

Black with #F27C1B

Text Example


Text Example

White with #F27C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27C1B; }

 p { color: rgb(242,124,27); }

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

background-color css

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

 a { background-color: rgb(242,124,27); }

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

border-color css

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

 span { border-color: rgb(242,124,27); }

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