Html Css Color HEX #FE6F0D Pumpkin

📋 copy color: '#FE6F0D'

red 254 ◦ green 111 ◦ blue 13

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

Shades of Pumpkin #FE6F0D

Tints of Pumpkin #FE6F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 67.2%
G = 29.37%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE6F0D (or 0xFE6F0D) is known color: Pumpkin. HEX triplet: FE, 6F and 0D. RGB value is (254,111,13). Sum of RGB (Red+Green+Blue) = 254+111+13=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F0D is #0190F2. Grayscale: #8F8F8F. Windows color (decimal): -102643 or 880638. OLE color: 880638.

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

Color convert

RGB 254 111 13 -
CMYK 0 0.56 0.95 0.00
HSL 24.4º 0.99% 0.52% -
HSV(B) 24.4º 0.95% 1% -
XYZ 46.63 32.47 4.19 -
YUV 142.59 54.88 207.47 -
System Red Green Blue C M Y K H S L
Decimal 254 111 13 0 0.56 0.95 0.00 24.4 0.99 0.52
Hex FE 6F D 0 38 5F 0 18 63 34
Octal 376 157 15 0 70 137 0 30 143 64
Binary 11111110 1101111 1101 0 111000 1011111 0 11000 1100011 110100

Color Harmonies of #FE6F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F0D

Black with #FE6F0D

Text Example


Text Example

White with #FE6F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F0D; }

 p { color: rgb(254,111,13); }

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

background-color css

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

 a { background-color: rgb(254,111,13); }

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

border-color css

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

 span { border-color: rgb(254,111,13); }

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