Html Css Color HEX #FE751B Pumpkin

📋 copy color: '#FE751B'

red 254 ◦ green 117 ◦ blue 27

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

Shades of Pumpkin #FE751B

Tints of Pumpkin #FE751B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 63.82%
G = 29.4%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE751B (or 0xFE751B) is known color: Pumpkin. HEX triplet: FE, 75 and 1B. RGB value is (254,117,27). Sum of RGB (Red+Green+Blue) = 254+117+27=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE751B is #018AE4. Grayscale: #949494. Windows color (decimal): -101093 or 1799678. OLE color: 1799678.

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

Color convert

RGB 254 117 27 -
CMYK 0 0.54 0.89 0.00
HSL 23.79º 0.99% 0.55% -
HSV(B) 23.79º 0.89% 1% -
XYZ 47.43 33.87 5.08 -
YUV 147.7 59.89 203.82 -
System Red Green Blue C M Y K H S L
Decimal 254 117 27 0 0.54 0.89 0.00 23.79 0.99 0.55
Hex FE 75 1B 0 36 59 0 18 63 37
Octal 376 165 33 0 66 131 0 30 143 67
Binary 11111110 1110101 11011 0 110110 1011001 0 11000 1100011 110111

Color Harmonies of #FE751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE751B

Black with #FE751B

Text Example


Text Example

White with #FE751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE751B; }

 p { color: rgb(254,117,27); }

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

background-color css

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

 a { background-color: rgb(254,117,27); }

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

border-color css

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

 span { border-color: rgb(254,117,27); }

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