Html Css Color HEX #FE6F0C Pumpkin

📋 copy color: '#FE6F0C'

red 254 ◦ green 111 ◦ blue 12

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

Shades of Pumpkin #FE6F0C

Tints of Pumpkin #FE6F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 67.37%
G = 29.44%
B = 3.18%

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

#FE6F0C (or 0xFE6F0C) is known color: Pumpkin. HEX triplet: FE, 6F and 0C. RGB value is (254,111,12). Sum of RGB (Red+Green+Blue) = 254+111+12=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F0C is #0190F3. Grayscale: #8F8F8F. Windows color (decimal): -102644 or 815102. OLE color: 815102.

HSL color Cylindrical-coordinate representation of color #FE6F0C: hue angle of 24.55º 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 #FE6F0C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 111 12 -
CMYK 0 0.56 0.95 0.00
HSL 24.55º 0.99% 0.52% -
HSV(B) 24.55º 0.95% 1% -
XYZ 46.62 32.47 4.16 -
YUV 142.47 54.38 207.55 -
System Red Green Blue C M Y K H S L
Decimal 254 111 12 0 0.56 0.95 0.00 24.55 0.99 0.52
Hex FE 6F C 0 38 5F 0 19 63 34
Octal 376 157 14 0 70 137 0 31 143 64
Binary 11111110 1101111 1100 0 111000 1011111 0 11001 1100011 110100

Color Harmonies of #FE6F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6F0C

Black with #FE6F0C

Text Example


Text Example

White with #FE6F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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