Html Css Color HEX #FD6F0C Pumpkin

📋 copy color: '#FD6F0C'

red 253 ◦ green 111 ◦ blue 12

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

Shades of Pumpkin #FD6F0C

Tints of Pumpkin #FD6F0C

RGB

 RED value IS 253 (99.22% from 255) = 67.29%

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

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

R = 67.29%
G = 29.52%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FD6F0C (or 0xFD6F0C) is known color: Pumpkin. HEX triplet: FD, 6F and 0C. RGB value is (253,111,12). Sum of RGB (Red+Green+Blue) = 253+111+12=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6F0C is #0290F3. Grayscale: #8E8E8E. Windows color (decimal): -168180 or 815101. OLE color: 815101.

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

Color convert

RGB 253 111 12 -
CMYK 0 0.56 0.95 0.01
HSL 24.65º 0.98% 0.52% -
HSV(B) 24.65º 0.95% 0.99% -
XYZ 46.26 32.28 4.14 -
YUV 142.17 54.54 207.05 -
System Red Green Blue C M Y K H S L
Decimal 253 111 12 0 0.56 0.95 0.01 24.65 0.98 0.52
Hex FD 6F C 0 38 5F 1 19 62 34
Octal 375 157 14 0 70 137 1 31 142 64
Binary 11111101 1101111 1100 0 111000 1011111 1 11001 1100010 110100

Color Harmonies of #FD6F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6F0C

Black with #FD6F0C

Text Example


Text Example

White with #FD6F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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