Html Css Color HEX #FE710B Pumpkin

📋 copy color: '#FE710B'

red 254 ◦ green 113 ◦ blue 11

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

Shades of Pumpkin #FE710B

Tints of Pumpkin #FE710B

RGB

 RED value IS 254 (99.61% from 255) = 67.2%

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 67.2%
G = 29.89%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE710B (or 0xFE710B) is known color: Pumpkin. HEX triplet: FE, 71 and 0B. RGB value is (254,113,11). Sum of RGB (Red+Green+Blue) = 254+113+11=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE710B is #018EF4. Grayscale: #909090. Windows color (decimal): -102133 or 750078. OLE color: 750078.

HSL color Cylindrical-coordinate representation of color #FE710B: hue angle of 25.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE710B is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 113 11 -
CMYK 0 0.56 0.96 0.00
HSL 25.19º 0.99% 0.52% -
HSV(B) 25.19º 0.96% 1% -
XYZ 46.84 32.91 4.2 -
YUV 143.53 53.21 206.79 -
System Red Green Blue C M Y K H S L
Decimal 254 113 11 0 0.56 0.96 0.00 25.19 0.99 0.52
Hex FE 71 B 0 38 60 0 19 63 34
Octal 376 161 13 0 70 140 0 31 143 64
Binary 11111110 1110001 1011 0 111000 1100000 0 11001 1100011 110100

Color Harmonies of #FE710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE710B

Black with #FE710B

Text Example


Text Example

White with #FE710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE710B; }

 p { color: rgb(254,113,11); }

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

background-color css

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

 a { background-color: rgb(254,113,11); }

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

border-color css

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

 span { border-color: rgb(254,113,11); }

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