Html Css Color HEX #FF7F1B Pumpkin

📋 copy color: '#FF7F1B'

red 255 ◦ green 127 ◦ blue 27

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

Shades of Pumpkin #FF7F1B

Tints of Pumpkin #FF7F1B

RGB

 RED value IS 255 (100% from 255) = 62.35%

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 62.35%
G = 31.05%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF7F1B (or 0xFF7F1B) is known color: Pumpkin. HEX triplet: FF, 7F and 1B. RGB value is (255,127,27). Sum of RGB (Red+Green+Blue) = 255+127+27=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F1B is #0080E4. Grayscale: #9A9A9A. Windows color (decimal): -32997 or 1802239. OLE color: 1802239.

HSL color Cylindrical-coordinate representation of color #FF7F1B: hue angle of 26.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF7F1B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 27 -
CMYK 0 0.50 0.89 0
HSL 26.32º 1% 0.55% -
HSV(B) 26.32º 0.89% 1% -
XYZ 49.03 36.52 5.5 -
YUV 153.87 56.41 200.13 -
System Red Green Blue C M Y K H S L
Decimal 255 127 27 0 0.50 0.89 0 26.32 1 0.55
Hex FF 7F 1B 0 32 59 0 1A 64 37
Octal 377 177 33 0 62 131 0 32 144 67
Binary 11111111 1111111 11011 0 110010 1011001 0 11010 1100100 110111

Color Harmonies of #FF7F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F1B

Black with #FF7F1B

Text Example


Text Example

White with #FF7F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F1B; }

 p { color: rgb(255,127,27); }

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

background-color css

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

 a { background-color: rgb(255,127,27); }

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

border-color css

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

 span { border-color: rgb(255,127,27); }

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